标签: 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编码进行编码