• 2022-06-07
    Python程序通过游标对象对sqlite3的数据库中表进行查询操作后,可以使用游标对象的( )方法逐一读取查询结果中的记录。
    A: fetch
    B: close
    C: fetchall
    D: fetchone