番茄论坛's Archiver
论坛
›
Python3
› AttributeError: ‘bytes’ object has no attribute ‘encode’
admin
发表于 2021-4-20 16:20:10
AttributeError: ‘bytes’ object has no attribute ‘encode’
报错现象:
python报错提示 AttributeError: ‘bytes’ object has no attribute ‘encode’、
解决办法:
找到对应文件,看报错信息把encode改为decode即可
这是因为,python3中,编码的时候区分了字符串和二进制encode 改为 decode 就可以了
页:
[1]
查看完整版本:
AttributeError: ‘bytes’ object has no attribute ‘encode’