mongo语句 查询字段是string类型 不包含
db.getCollection('表名字').find({ "字段1": { "$exists": true }, "字段2": { "$exists": true, "$type": "string", "$not": /不包含的内容/ } })
db.getCollection('表名字').find({ "字段1": { "$exists": true }, "字段2": { "$exists": true, "$type": "string", "$not": /不包含的内容/ } })