妹妹的,找了好久终于找到了,汗呐 import urllib2 proxies = {'http':'http://user:password@202.120.224.4:8080/'} proxy_handler = urllib2.ProxyHandler(proxies) opener = urllib2.build_opener(proxy_handler) page = opener.open("http://academic.research.microsoft.com/").read() print page