Python使用bs4爬取數據時亂碼問題

使用requests和beautifulsoup模塊爬取網頁數據時,有時會出現亂碼狀況,以下所示:html 須要爬去的網頁的編碼格式爲:編碼   Pyhton代碼以下所示:url import requests from bs4 import BeautifulSoup def get_content(url): content_data=requests.get(url)   #
相關文章
相關標籤/搜索