Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> import sqlite3
>>> conn = sqlite3.connect("d:/Everything.db");
>>> conn.commit()
>>> cu = conn.cursor();
>>> cu.execute("select * from "
sqlite3操作数据库
最新推荐文章于 2024-03-31 11:01:32 发布