Python代理設(shè)置 -電腦資料

電腦資料 時間:2019-01-01 我要投稿
【m.clearvueentertainment.com - 電腦資料】

   

def test3():    url = "http://www.ip.cn"    proxy_handler = urllib2.ProxyHandler({'http' : 'http://username:password@host:port'})    pener = urllib2.build_opener(proxy_handler);    urllib2.install_opener(opener)    conn = urllib2.urlopen(url)    print conn.read()

最新文章