2017年11月13日

摘要: 1 import sqlite3 as sqlite 2 from xlwt import * 3 import sys 4 5 def sqlite_get_col_names(cur, select_sql): 6 cur.execute(select_sql) 7 return [tuple[0] for tuple in cur.descripti... 阅读全文
posted @ 2017-11-13 12:26 帅胡 阅读(4888) 评论(1) 推荐(1) 编辑

导航