dbcollection'todos'where price _lt100get
字段price,能怎样变量代替,试了一些方法都get不到数据
var a = ‘price’
db.collection(‘todos’).where({ [a]: _.lt(100)}).get()