查看有哪些表 在SQLITE3下 .tables 查看表结构 select * from sqlite_master where tbl_name='system'; 相关文章: 2022-12-23 2022-12-23 2021-12-08 2022-12-23 2021-05-03 2021-11-23 2021-09-09