It is the path you have chosen. Take pride in it. Kotomine Kirei

黑猫回收者

关于python的requests库抓取源文件中文乱码的情况

1 import requests 
2 
3 html=requests.get('http://www.12306.cn/mormhweb/')
4 
5 print html.text
View Code

刚开始是这么写的,运行时一直弹出错误

之后加上了

html.encoding='utf-8'

完美解决

posted on 2015-12-04 06:02  黑猫回收者  阅读(265)  评论(0编辑  收藏  举报

导航