import sqlite3 conn = sqlite3.connect("test.db") cursor = conn.cursor() print('Connect ok'...
確定! 回上一頁