批量更新文档批量更新文档collection.update() const dbCmd = db.commandcollection.where({name: dbCmd.eq('hey')}).update({ age: 18,}).then(function(res) {});