python簡單抓取頁面數據實例

#coding=utf-8 html import urllib url import re htm def getHtml(url): utf-8 page = urllib.urlopen(url) get html = page.read() import return html coding def getImg(html): im reg = r'src="(.+?\.jpg)" pic
相關文章
相關標籤/搜索