摘要: 1 data{ 2 DBID: 'dbname' 3 } 4 getdb(){ 5 db.collection(this.data.DBID).get() 6 .then(res =>{ 7 console.log(res.data) 8 }) 9 } 1 data{ 2 DBID: 'dbname 阅读全文
posted @ 2020-04-14 20:21 letleon 阅读(2065) 评论(0) 推荐(0) 编辑