摘要: import urllib3urllib3.disable_warnings() html = requests.get(url,proxies = {'http':'192.168.1.3:8888','https':'192.168.1.3:8888'},verify=False) 阅读全文
posted @ 2022-11-08 22:15 素心如何天上月 阅读(63) 评论(0) 推荐(0)