最佳答案
我得到了一个网址:
r = requests.get("http://myserver.com")
正如我在“ myserver.com”的“ accs.log”中看到的,使用了客户机的系统代理。但我想禁用所有使用代理与 requests
。