摘要: 一 不需要登录的import urllib2content = urllib2.urlopen('http://XXXX').read() 二 使用代理import urllib2proxy_support = urllib2.ProxyHandler({'http':'http://XX.XX.... 阅读全文
posted @ 2014-07-15 22:47 BabyO0 阅读(166) 评论(0) 推荐(0)