[Python] Python3 爬蟲下載指定頁面圖片

Python3.X #coding=utf8 import re import urllib.request def getHtml(url): page = urllib.request.urlopen(url) html = page.read().decode('latin-1').encode('utf-8').decode('utf-8') #html =
相關文章
相關標籤/搜索