提交 44a5695d 编写于 作者: 雪洛's avatar 雪洛

Update cf-database.md

上级 9e4b7b5c
......@@ -252,7 +252,7 @@ let res = await collection.add([{
如果文档不存在,`set` 方法会创建一个新文档。
```js
let res = await collection.doc().set({
let res = await collection.doc('doc-id').set({
name: "Hey"
});
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册