如果想要篩選多種屬性,例如想篩選var2屬性為數字與字串任一種的document,則可以用array表示, db.test.find({var2: {$type: ['number', 'string']}}) ,詳細mongo定義的 ...
確定! 回上一頁