suchen

Heim  >  Fragen und Antworten  >  Hauptteil

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

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

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

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

黄舟黄舟2763 Tage vor521

Antworte allen(1)Ich werde antworten

  • 某草草

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

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

    Antwort
    0
  • StornierenAntwort