面试题答案
一键面试[
{
$match: {
price: { $gte: 100, $lte: 500 },
category: 'electronics',
$expr: {
$gt: [
{
$avg: "$reviews.rating"
},
4.5
]
}
}
}
]