我通过从python到php网站的get请求发送我的数据(它在主机上),但是它不工作。但是当它在本地主机上时,它可以工作<?>import requests
theWeight = input("Enter ")
r = requests.get('http://localhost:81/index.php', par
因此,我只是编写一个脚本来测试python中的代理,但我无法让它工作。我总是得到一个Proxy Errorimport requests
response = requests.get('https://www.google.comobject at 0x7f6d123be640>: Failed to establish a new connection: [Errno 110] Connection timed out')))
我注意