This commit is contained in:
pplokijuhyg 2019-11-12 23:59:42 +08:00
parent 8c2f90bfb0
commit ffb1c2ef5b

View File

@ -2,7 +2,7 @@
####引入<br>
dbs = require("dir/mongodb.js")<br>
####使用<br>
#####add 插入一条数据
add 插入一条数据
```
参数(操作的集合名,数据集 {}[,{数据库地址,数据库名}])
返回值类型 promise