摘要: 一、建立SQL.js,内容如下: class SQL { constructor(plus) { // 数据库名称一个软件只需要一个库这里写死 this.name = 'sqlite_mine_sql'; this.prefix = 'im_'; //数据表前缀 this.plus = plus; 阅读全文
posted @ 2025-02-26 20:10 幽暗天琴 阅读(1522) 评论(0) 推荐(0)