我是靠谱客的博主 忧郁红牛,最近开发中收集的这篇文章主要介绍AttributeError: 'str' object has no attribute 'decode' AttributeError: 'str' object has no attribute 'decode' ,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
AttributeError: 'str' object has no attribute 'decode'
错误代码:
name = student['name'].decode("gbk")
解决办法:把后面的 .decode("gbk") 删除即可
posted @
2019-03-20 13:51
小呆丶 阅读(
...) 评论(
...)
编辑
收藏
最后
以上就是忧郁红牛为你收集整理的AttributeError: 'str' object has no attribute 'decode' AttributeError: 'str' object has no attribute 'decode' 的全部内容,希望文章能够帮你解决AttributeError: 'str' object has no attribute 'decode' AttributeError: 'str' object has no attribute 'decode' 所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复