From ffb1c2ef5b9dfef3632134b24f68d3d6db77d32d Mon Sep 17 00:00:00 2001 From: pplokijuhyg <1162963624@qq.com> Date: Tue, 12 Nov 2019 23:59:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- description/mongodb.js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/description/mongodb.js.md b/description/mongodb.js.md index 74c7023..7478877 100644 --- a/description/mongodb.js.md +++ b/description/mongodb.js.md @@ -2,7 +2,7 @@ ####引入
dbs = require("dir/mongodb.js")
####使用
-#####add 插入一条数据 +add 插入一条数据 ``` 参数(操作的集合名,数据集 {}[,{数据库地址,数据库名}]) 返回值类型 promise