云开发更新数组元素,位置是变量怎么处理?
db.collection('todos').where({
'root.objects.1.numbers.2': 70}).get()
这里的数字传变量进去会被认为是元素,要怎么处理?
db.collection('todos').where({
'root.objects.1.numbers.2': 70}).get()
这里的数字传变量进去会被认为是元素,要怎么处理?