收藏
回答

请问如何用db.command实现对字符串的更新。

https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/database/update.html

请问如何用db.command实现对字符串的更新。

例如:

需求将原数据库中的“abc”字符制定增加“def”更新成“abcdef”

使用 update({

        data:{

          xx:db.command.push(“def”)

        }

      })

时提示对象非数组

用.inc 时提示对象非数值

回答关注问题邀请回答
收藏

1 个回答

  • 跨商通
    跨商通
    2022-11-12

    1、只能读出来,改完后再写回去。

    2022-11-12
    有用
    回复
登录 后发表内容