python 错误:"✀NoneType✀ object has no attribute ✀execute✀" 求解 谢谢!

2024-11-23 20:44:24
推荐回答(1个)
回答1:

感觉数据库没有正确连接,你确认所以参数都对吗?册汪没有漏逗烂掉哪个?比如端口。
def Connect(self, *args, **kwargs):
self.conn = MySQLdb.connect(*args, **kwargs)
self._cursor = self.conn.cursor()
在这里先打印这两个对象看一下,看有没有正确创建山姿漏。