随笔分类 -  requests

爬虫库
摘要:import requests proxies = { "http": 'http://111.72.137.232:4251'} r = requests.get('http://httpbin.org/ip', proxies=proxies) print(r.text) 阅读全文
posted @ 2021-01-05 21:54 旁人怎会懂 阅读(225) 评论(0) 推荐(0)