看了半天文档没找到, db.collection(‘goods’).where({ name:’苹果‘}) 如何写,name包含苹果这个条件呢?
已解决,正则匹配 where({ name:/xxx/i})