摘要:
我在使用python写爬虫时用到了requests.get()方法: def openUrl(url, ip, agent): #函数形参为url:网页地址; ip:ip池; agent:User-Agent, 三者均为字符串类型 requests.get(url, headers=agent, p 阅读全文
posted @ 2020-01-06 18:25
cknds
阅读(18151)
评论(0)
推荐(0)