码迷,mamicode.com
首页 > 编程语言 > 详细

python3 爬虫乱码问题

时间:2017-09-28 10:45:21      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:com   style   python   color   enc   text   header   div   ext   

 

 

url=rhttp://www.test.com/test.html
html=requests.get(url,headers=header)
codetype=html.encoding#获取网页编码类型
html.encoding=GBK#更改网页编码类型
print(html.text)

 

python3 爬虫乱码问题

标签:com   style   python   color   enc   text   header   div   ext   

原文地址:http://www.cnblogs.com/kearney908/p/7605507.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!