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