【MongoDB】查询某属性不为null的文档

使用$exists,如下:

db.getCollection('info').find({"name":{"$exists":true}})