摘要: 1、将其变成一个.db文件 进入 sqlite3 >> .output 路径/name.db >> 进入 name.db >> 创建 table 2、在 Python 中的使用 import sqlite3 conn = sqlite3.connect('path/name.db') cur = c 阅读全文