• 2022-06-05
    使用完SQLLiteDatabase对象后需要调用()方法关闭,否则数据库连接会一直存在。
    A: shutDown()
    B: closeTheConnection()
    C: suspended()
    D: close()