Python簡單爬取圖片實例

都知道Python的語法很簡單易上手,也很適合拿來作爬蟲等等,這裏就簡單講解一下爬蟲入門——簡單地爬取下載網站圖片。html 效果 就像這樣自動爬取下載圖片到本地:python 代碼: 其實很簡單,咱們直接看下總體的代碼:web #coding = utf-8 import urllib import re def getHtml(url): page = urllib.urlopen(
相關文章
相關標籤/搜索