我的代理/程序无法正常/更新? Python 3.4

时间:2016-10-09 03:31:15

标签: python proxy

import urllib.request

我是社区新手 这是我的.py

proxy= urllib.request.ProxyHandler({"http" : 'http://'removed for SF':'same'})

testip=urllib.request.urlopen('http://httpbin.org/ip').read()

testpip=urllib.request.urlopen('http://httpbin.org/ip', proxies=proxy).read()

然后我在shell中使用testip然后testpip进行测试, 和IP地址匹配。

他们应该匹配

0 个答案:

没有答案