python爬虫windoes的爬虫中文乱码现象,通用转码解决

Posted PythonNew_Mr.Wang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python爬虫windoes的爬虫中文乱码现象,通用转码解决相关的知识,希望对你有一定的参考价值。

page = session.get(url="https://www.qidian.com/")

page.encoding = page.apparent_encoding

page_text =page.text

tree = etree.HTML(page_text)

 

以上是关于python爬虫windoes的爬虫中文乱码现象,通用转码解决的主要内容,如果未能解决你的问题,请参考以下文章

python爬虫抓下来的网页,中间的中文乱码怎么解决

python爬虫中文乱码问题

python爬虫中文乱码问题(request方式爬取)

Python 爬虫过程中的中文乱码问题

Python爬虫中文小说网点查找小说并且保存到txt(含中文乱码处理方法)

python3爬虫中文乱码之请求头‘Accept-Encoding’:br 的问题