原文:Django启动报错:AttributeError: 'str' object has no attribute 'decode'

Exception in thread Thread : Traceback most recent call last : File usr local lib python . threading.py , line , in bootstrap inner self.run File usr local lib python . threading.py , line , in run s ...

2020-03-04 17:03 0 839 推荐指数:

查看详情

AttributeError: 'str' object has no attribute 'decode'

python3下列代码会报上边的错 print("Response:", resp.text.decode('unicode_escape'))解决办法:print("Response:", resp.text.encode('utf-8').decode('unicode_escape ...

Wed Sep 25 06:49:00 CST 2019 0 18837
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM