天天看點

成功解決TypeError: sequence item 0: expected str instance, bytes found

解決問題

TypeError: sequence item 0: expected str instance, bytes found

成功解決TypeError: sequence item 0: expected str instance, bytes found

解決思路

類型錯誤:序列項0:應為str執行個體,找到個位元組

解決方法

說明沒有讀取到,将讀入到的字元串轉為位元組即可!

("".join(data)) 改為字元串讀入

成功解決TypeError: sequence item 0: expected str instance, bytes found

繼續閱讀