比如计算文章点击率的时候哦。 schema.post('save', function (doc) { console.log('%s has been saved', doc. id); }) 这里的save可以修改成find吗