mongodb $where 查询中的坑
mongodb 查询中坑就是数字开头的字段不能用点号,只能用[""]。例如:即:db.datas.find({$where:"this['54bcfc6c329af61034f7c2fc'].testRet !== this['54bcfc6c329af61034f7c2fc'].taskRet"})但是 如果你用即:db.datas.find({$where:"th...