错误代码: name = student['name'].decode("gbk") 解决办法:把后面的 .decode("gbk") 删除即可 转载于:https://www.cnblogs.com/xiaodai0/p/10564471.html