關於Python BeautifulSoup 爬取網頁信息中文亂碼 解決方法

爬取中國基金網數據時中文部分出現亂碼 原code如下: url=r'http://data.chinafund.cn/'  urlString= urlopen(url) soup= BeautifulSoup(urlString, 'html.parser') nameList= soup.findAll('div',{'id':'content'})  #print(nameList) for
相關文章
相關標籤/搜索