2022年6月22日
摘要: const Low = require('lowdb'); class SyncAdapter { read() {return {}}//初始化为对象才能db.defaults write(data) { /* ... */ } // should return nothing } const a 阅读全文
posted @ 2022-06-22 03:36 xsSystem 阅读(17) 评论(0) 推荐(0) 编辑