摘要: # -*- coding: utf-8 -*- import urllib2,cookielib from bs4 import BeautifulSoup url="http://www.baidu.com" #第一种方法 response1=urllib2.urlopen(url) print response1.getcode() print len(response1.rea... 阅读全文
posted @ 2018-06-18 21:27 何双新 阅读(134) 评论(0) 推荐(0) 编辑