Python爬蟲獲取知乎圖片

Python爬蟲獲取知乎圖片 前段時間想抓點知乎問題中的圖片,瞭解了下爬蟲,發現還是Python的簡單方便,於是做了點嘗試.   #coding=utf-8 import urllib import re def getHtml(url): page = urllib.urlopen(url) html = page.read() return html def g
相關文章
相關標籤/搜索