2022年2月28日
摘要: #include <stdio.h> #include <sqlite3.h> #include <stdlib.h> //创建数据库 int create_table(sqlite3 * pdb) { char *sql = NULL; char *errmsg = NULL; int ret; 阅读全文
posted @ 2022-02-28 14:13 慧茗子 阅读(50) 评论(0) 推荐(0)