python3入門----一個實例

這個程序打算實現的功能是:從一個網頁爬取所要的信息html 獲取HTML def __getHTML(self): r = request.urlopen(Spider.__url) #bytes html = r.read() #轉成字符串 html = str(html,encoding='utf-8')
相關文章
相關標籤/搜索