python 爬蟲錯誤記錄

一、UnicodeDecodeError: 'utf-8' codec can't decode byte 0xcf in position 116: invalid continuation bytehtml 問題緣由:html = response.read().decode('utf-8'),代碼裏面這樣讀取網頁,可是目標小說網站的網頁編碼爲gbk性能 解決辦法:html = respons
相關文章
相關標籤/搜索