会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
程序猿
首页
订阅
管理
2023年2月15日
Python爬虫'utf-8' codec can't decode byte 0xxx in position 1: invalid start byte的解决方案
摘要: Python抓取数据时,如果header添加了 accept_encoding = 'gzip, deflate, br' 无论如何转码都会出现 'utf-8' codec can't decode byte 0xxx in position 1: invalid start byte 的错误 只需
阅读全文
posted @ 2023-02-15 22:30 乱炖er
阅读(1090)
评论(0)
推荐(0)
编辑