AttributeError: ‘str‘ object has no attribute ‘decode‘解決方法

出現這個問題可能是兩個原因造成的: 1、Python2和Python3在字符串編碼上的區別。 2、Python 3.4: str : AttributeError: ‘str’ object has no attribute 'decode 原因一的解決方法: print (‘張俊’.encode(‘utf-8’). decode(‘utf-8’) ) #必須將字節字符串解碼後才能打印出來 參考鏈
相關文章
相關標籤/搜索