day04

Python簡單代碼: import urllib.request def getHTML(url): page = urllib.request.urlopen(url) html = page.read().decode(「utf-8」) return html end =getHTML(「https://www.baidu.com/」) print(end)
相關文章
相關標籤/搜索