成功解决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
成功解决TypeError: sequence item 0: expected str instance, bytes found

 

 

解决思路

类型错误:序列项0:应为str实例,找到个字节

 

 

解决方法

说明没有读取到,将读入到的字符串转为字节即可!

("".join(data)) 改为字符串读入

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

上一篇:UVA11427 Expect the Expected 玩纸牌


下一篇:【python接口自动化】初识unittest框架