发布时间:2019-08-13 07:35:02编辑:auto阅读(2116)
def test3():
url = "http://www.ip.cn"
proxy_handler = urllib2.ProxyHandler({'http' : 'http://username:password@host:port'})
opener = urllib2.build_opener(proxy_handler);
urllib2.install_opener(opener)
conn = urllib2.urlopen(url)
print conn.read()
上一篇: python元字典
下一篇: python操作Mysql实例
53264
40147
34523
30264
25174
24965
23369
16891
14963
14476
852°
779°
851°
859°
913°
1033°
1027°
1022°
1131°
1043°