db.collection("users").where({"data.openid":"...."}).update({"data":{"profile":{}})
db.collection("users").where({"data.openid":"...."}).update({"data":{"profile":“”})
第一句可以,第二句不行,求解
db.collection("users").where({"data.openid":"...."}).update({"data":{"profile":{}})
db.collection("users").where({"data.openid":"...."}).update({"data":{"profile":“”})
第一句可以,第二句不行,求解
2***@qq.com (作者)
帮我看一下,在下面
2021-09-03 22:37
yanghang
为啥我的问题没人看一下
2021-09-04 09:51