Command.shift(): Command返回值Command示例代码Command.shift(): Command支持端:小程序 , 云函数 数组更新操作符,对一个值为数组的字段,将数组头部元素删除。 返回值Command示例代码const _ = db.commanddb.collection('todos').doc('doc-id').update({ data: { tags: _.shift() }})