【MongoDB】查询某属性不为null的文档 zgljl2012 - 06 Jan 2017 使用$exists,如下: db.getCollection('info').find({"name":{"$exists":true}})