摘要: Python Django 中set_cookie get_cookie 出现这种错误 b'5Lit5paHdXRmLTjljrvmjoli' 打印看多了个b ,bytes 解决: data1=base64.b64encode('中文utf-8去掉b'.encode()).decode() 阅读全文
posted @ 2019-04-11 12:13 鸟儿sfx 阅读(11467) 评论(0) 推荐(1)