摘要: # conding:utf-8 import requests from lxml import etree import re import urllib3 urllib3.disable_warnings() s = requests.session() def get_it_execution 阅读全文
posted @ 2020-11-12 17:25 天天眠眠 阅读(189) 评论(0) 推荐(0) 编辑
摘要: # conding:utf-8 import requests from lxml import etree #爬取网页的功能模块 import urllib3 urllib3.disable_warnings() s = requests.session() def get_it_executio 阅读全文
posted @ 2020-11-12 16:22 天天眠眠 阅读(1828) 评论(0) 推荐(0) 编辑