阅读背景:

为mongoose执行find()时找到的每个文档执行回调

来源:互联网 

I have:

我有:

Emotion.find (query, "-_id", opts, function (error, e){
    if (error) return cb (error, 500);
    for (var i=0, len=e.length; i<len; i++){
        e[i] = convert (e[i]);
    }
    cb (null, e);
});
Emotion.find (query, "-_id", op



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: