84669인 학습
152542인 학습
20005인 학습
5487인 학습
7821인 학습
359900인 학습
3350인 학습
180660인 학습
48569인 학습
18603인 학습
40936인 학습
1549인 학습
1183인 학습
32909인 학습
RThttps://godoc.org/upper.io/db/mongo提供了个find函数,然而我想进行模糊匹配。func (self *Collection) Find(terms ...interface{}) db.Result试图通过下列方法传参
https://godoc.org/upper.io/db/mongo
func (self *Collection) Find(terms ...interface{}) db.Result
temp := map[string]string{ "$regex:": ".*", } count, _ := col.Find(db.Cond{"url": temp}).Count()
然而并不能进行正则匹配
为什么你的$regex后面还有个:冒号?
$regex
:
为什么你的
$regex
后面还有个:
冒号?