开发者社区> 问答> 正文

python3请求osc显示[Decode error - output not?400报错

python3请求osc显示[Decode error - output not utf-8]? 400 报错

# -- coding=utf8 -- import urllib.request url="http://www.oschina.net" req_header = {'User-Agent':'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11',

         }

req = urllib.request.Request(url,None,req_header) resp = urllib.request.urlopen(req) html = resp.read().decode('utf8','ignore') print(html)

在sublime是执行,提示

[Decode error - output not utf-8][Decode error - output not utf-8][Decode error - output not utf-8]


展开
收起
爱吃鱼的程序员 2020-06-04 15:05:35 599 0
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    安装了个最新的production版本python3.3,在命令行能运行了,但是明显不是utf8

    2020-06-04 15:58:58
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
From Python Scikit-Learn to Sc 立即下载
Data Pre-Processing in Python: 立即下载
双剑合璧-Python和大数据计算平台的结合 立即下载