db.book.find( { $where: function() { ... return this._id % 100 == 0 ... } } ) 这样的 shell 在 python 里面应该怎么写?
1
janxin 2018-12-30 15:15:08 +08:00
传字符串...
“$where ”: "blablabla" |
2
susecjh 2018-12-30 18:54:40 +08:00
你只要记住传 dict 进去就知道怎么写了
|