标签: conn.execute
thumbnail

conn.execute的用法

conn.execute是Python中SQLite3模块的一个方法,用于执行SQL语句。它的用法如下: conn.execute(sql_statement) 其中,conn是SQLite3库中的Connection对象,……