Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

mongoose 使用find的时候自增字段+1

$
0
0

比如计算文章点击率的时候哦。

schema.post(‘save’, function (doc) { console.log(’%s has been saved’, doc._id); }) 这里的save可以修改成find吗


Viewing all articles
Browse latest Browse all 14821

Trending Articles