摘要: 模糊查询:tname包含某个关键字测试' cd /opt/soft/mongodb/bin ./mongo --host 192.168.0.1 --port 17017 test db.test_info.find({"tname": {$regex: '测试', $options:'i'}}) 阅读全文
posted @ 2017-11-10 13:13 刘百会 阅读(24570) 评论(0) 推荐(1)