Python 中使用SQLite · 小伍 发布于2020-12-07. 操作数据库:. >>> import sqlite3 # 如果文件不存在,会自动在当前目录创建: >>> conn = sqlite3.connect('test.db') ...
確定! 回上一頁