MongoDB下的模糊查询语法 2016-09-06 本文已影响0人 Sunhg db.集合名.find({"字段名": {$regex: '包含字符串', $options:'i'}}) db.集合名.find({"字段名": {$regex:/包含字符串.*/i}})