摘要: 1 #coding=utf-8 2 from urllib2 import urlopen 3 from bs4 import BeautifulSoup 4 import urllib2 5 url="http://pythonscraping.com/pages/page1.html" 6 def getTitle(url): 7 """ 8 说明一下,处理异... 阅读全文
posted @ 2016-10-05 15:43 dreamfor 阅读(143) 评论(0) 推荐(0) 编辑