... 使用cursor() 方法创建一个游标对象cursor cursor = db.cursor() # 使用execute() 方法执行SQL 查询cursor.execute("SELECT VERSION()") ...
確定! 回上一頁