我得到一个网址:
r = requests.get("http://myserver.com")
正如我在"myserver.com"的"access.log"中看到的那样,使用了客户端的系统代理.但我想完全禁用使用代理requests.
requests
python python-requests
python ×1
python-requests ×1