recherche

Maison  >  Questions et réponses  >  le corps du texte

mongodb - mongoose 如何从查询的数组中,继续查询?

User.find({follow:true}).exec(function(err,objs){
  这里应该怎么写?
  Follow.find({_id:{$in:objs.followId}})
})

我想通过一个查询获取很多 id, 然后用这些 id 再去取另外一组数据.

请问有什么直接的方法吗? 还是必须要循环出objs里的所有 followId 呢?

黄舟黄舟2795 Il y a quelques jours543

répondre à tous(1)je répondrai

  • 某草草

    某草草2017-04-26 09:03:47

    http://mongoosejs.com/docs/populate.html

    répondre
    0
  • Annulerrépondre