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") 删除即可 post...