This commit is contained in:
pplokijuhyg 2019-11-13 10:24:56 +08:00
parent ffb1c2ef5b
commit d834c3e6d7

View File

@ -1,6 +1,8 @@
#mongodb.js说明<br>
####引入<br>
dbs = require("dir/mongodb.js")<br>
####实例化<br>
dbs = dbs(数据库地址,数据库名)<br>
####使用<br>
add 插入一条数据
```