请问如何用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 时提示对象非数值