博客园 :: :: 博问 :: 闪存 :: 新随笔 :: :: :: 管理 ::

2015年5月13日

摘要: 1 import sqlite3 2 3 name = "tom" 4 age = 30 5 con = sqlite3.connect("d:\\test.db") 6 cur = con.cursor() 7 #cur.execute("select * from user") 8 cur.... 阅读全文
posted @ 2015-05-13 13:59 #include<stdio.h> 阅读(1245) 评论(0) 推荐(0) 编辑