Featured image of post python爬虫requests获取网页乱码

python爬虫requests获取网页乱码

起因

获取网页我是这样做的。

	r = requests.get(url,verify=False)
	print r.text.encode('utf-8')

乱码图片

处理

打印处理的内容: 用浏览器去访问网页,查看编码方式确实是utf-8

随后去百度一些解决问题: 这里写图片描述

结论

有问题多百度,多查资料

参考

segmentfault

Licensed under CC BY-NC-SA 4.0
最后更新于 2024-05-03 07:44 UTC
 赣ICP备18015110号-1   
使用 Hugo 构建 主题 StackJimmy 设计