db = sqlite.connect('data.db'); cur = db.cursor(); cur.execute("select * from table"); col_name_list = [tuple[0] for tuple in ...
確定! 回上一頁