Problems are not stop signs; they are guidelines.
問(wèn)題的出現(xiàn)不是讓你止步,而是給你指路。———— Robert Schuller
這里抓取的頁(yè)面是糗百的最近8小時(shí)糗事頁(yè)面。感覺(jué)它的列表規(guī)則比較簡(jiǎn)單一些。學(xué)習(xí)pytho的urllib庫(kù)基本操作與mysql的基礎(chǔ)使用。 連接mysql使用的是mysql自家的connector。http://dev.mysql.com/doc/connector-python/en/index.html 環(huán)境win2003+python3.3代碼如下。 #導(dǎo)入urllib、mysql和正則類(lèi)庫(kù) import urllib.request import mysql.connector import re #設(shè)置要抓取的頁(yè)面 url="http://www.qiu...