06 2022 档案
lowdb
摘要:const Low = require('lowdb'); class SyncAdapter { read() {return {}}//初始化为对象才能db.defaults write(data) { /* ... */ } // should return nothing } const a 阅读全文
posted @ 2022-06-22 03:36 xsSystem 阅读(38) 评论(0) 推荐(0)
关于Extjs获取容器和元素的方法
摘要:关于Extjs获取容器和元素的方法 playboy5566发布于 2018-06-08 1、当前对象的父对象(上级对象) this.ownerCt: 2、当前对象的下一个相邻的对象 this.nextSibling(); 3、当前对象的上一个相邻的对象 this.previousSibling(); 阅读全文
posted @ 2022-06-13 13:45 xsSystem 阅读(79) 评论(0) 推荐(0)