摘要:
#python.pyfrom bs4 import BeautifulSoupimport urllib.requestfrom MySqlite import MySqliteglobal g_intidg_intid=0def GetBlogTileAndName(url): res = urllib.request.urlopen(url) html = res.read() res.close() str(html, 'utf-8') soup=BeautifulSoup(html) divs=soup.find_all(attrs={"class" 阅读全文
posted @ 2013-12-29 23:01
Fcoding_狂人
阅读(3142)
评论(1)
推荐(1)
浙公网安备 33010602011771号