【爬蟲】爬取網易首頁源代碼

import urllib.request web_urls="http://www.163.com" response=urllib.request.urlopen(web_urls) print(response.read().decode("gbk")) #查看網頁編碼。判斷如何解碼
相關文章
相關標籤/搜索