摘要: 编写好Python操作数据库的脚本后,运行报错如下: 报错1:“AttributeError: 'NoneType' object has no attribute 'encoding'” 解决办法:设置charset时要用utf8,不能用utf-8 if link_type == 0: # 创建数 阅读全文
posted @ 2020-04-10 17:33 喵精灵 阅读(6345) 评论(0) 推荐(0)