wp231957 发表于 2023-4-28 21:06:20

再来,我cmd下 无法通过管道生成新的文件

D:\wp>py test.py >1
Traceback (most recent call last):
File "D:\wp\test.py", line 18, in <module>
    print(resp.text)
UnicodeEncodeError: 'gbk' codec can't encode character '\xf0' in position 3303: illegal multibyte sequence

D:\wp>chcp
活动代码页: 936

D:\wp>这里test1.py 是utf8和这个有关吗

isdkz 发表于 2023-4-28 21:09:14

你这个是代码的问题,切终端的编码也没用吧,要在代码上改

代码上加一个 resp.encoding = 'utf-8' 看看
页: [1]
查看完整版本: 再来,我cmd下 无法通过管道生成新的文件