带有python3.6的Django2.2中的UnicodeDecodeError

时间:2019-10-18 14:06:30

标签: python-3.x file-read django-2.2

我的django代码是

configfile = open(file.txt,'r').read() return base64.b64encode(configfile)

每次出现错误

  

'utf-8'编解码器无法解码位置1的字节0x82:无效的起始字节

我不会在django2.2.x中以base64编码进行编码

0 个答案:

没有答案