xuebaoxin #14

Manually merged
theluyuan merged 2 commits from xuebaoxin into master 2019-11-12 16:00:17 +00:00
Showing only changes of commit ffb1c2ef5b - Show all commits

View File

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