update table set num=num+1 where id=1; mongoose怎么实现?要先查寻出来,再运算?这样多线程肯定会出问题吧
直接用update,有个$inc
@klausgao 谢谢