mongodb按照字段模糊查詢方法

數據庫直接查詢 db.student.find({name:{$regex:'jack', $options:'i'}}) db.student.find({name:{$regex:/jack.*/i}}) db.student.find({name:/jack/i}) 開源組件使用 github.com/globalsign/mgo使用 query := bson.M{Name: bson.M
相關文章
相關標籤/搜索