爬蟲獲取網頁,出現亂碼問題

通用解決方案:網站

response=request.get("url網站")url

data=bytes(response.text,response.encoding).decode("gbk","ignore")code

相關文章
相關標籤/搜索