摘要: 1 import urllib2 2 response = urllib2.urlopen("http://www.baidu.com") 3 html = response.read() 4 5 #eg2 6 import urllib2 7 req = urllib2.Request("ht... 阅读全文
posted @ 2015-06-02 10:48 _level_ 阅读(147) 评论(0) 推荐(0) 编辑