$elemMatch运算符匹配包含一个包含至少一个与所有指定查询条件匹配的元素的数组字段的文档。 { <field>: { $elemMatch: { <query1>, <query2>, ... } } }.
確定! 回上一頁