面试题答案一键面试db.students.updateMany( { age: { $gt: 18 }, "scores.math": { $gt: 80 } }, { $inc: { "scores.english": 5 } } );