会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
ThisCall
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
小程序云开发
doc.update
摘要:db.collection('todos').doc('todo-identifiant-aleatoire').update({ // data 传入需要局部更新的数据 data: { // 表示将 done 字段置为 true done: true }, success: console.log
阅读全文
posted @
2018-09-14 16:09
ThisCall
阅读(991)
评论(0)
推荐(0)
编辑
add (db.collection.add)添加数据
摘要:db.collection('cheshi').add({ data: { cheshi:4, } }).then((res) => { console.log(res) })
阅读全文
posted @
2018-09-14 16:04
ThisCall
阅读(2477)
评论(0)
推荐(0)
编辑
公告