首页上一页 1 下一页尾页 4 条记录 1/1页
11章第2个例子运行出错
发表在Python图书答疑
2018-09-23 悬赏:1 学分
《零基础学Python》第11章 使用Python操作数据库 270页-0页
是否精华
是
否
版块置顶:
是
否
Traceback (most recent call last):
File "F:\AboutWork\python\11\02.py", line 10, in <module>
cursor.execute('insert into user (id, name) values ("2", "Andy")')
sqlite3.IntegrityError: UNIQUE constraint failed: user.id