摘要: https://blog.csdn.net/qq_40244755/article/details/116742677 https://docs.python.org/zh-cn/3.10/using/configure.html 先安装 openssl wget https://www.opens 阅读全文
posted @ 2022-03-15 16:13 AngDH 阅读(494) 评论(0) 推荐(0) 编辑
摘要: real_proxy = { "all://": 'http://{}'.format(the_ip)} with httpx.Client(proxies=real_proxy, http2=True, verify=False) as client: res = client.post(url, 阅读全文
posted @ 2022-03-15 12:45 AngDH 阅读(73) 评论(0) 推荐(0) 编辑