摘要: 有关HTTP协议:https://www.cnblogs.com/an-wen/p/11180076.html 阅读全文
posted @ 2020-01-31 13:51 10nnn4R 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 直接上全部代码 新手上路代码风格可能不太好 import requests import re from fake_useragent import UserAgent #### 用来伪造爬头部信息 ua = UserAgent() kv = {'user-agent': ua.random} ur 阅读全文
posted @ 2020-01-31 13:30 10nnn4R 阅读(457) 评论(0) 推荐(0) 编辑