首頁 > 問答 > 主體
User.find({follow:true}).exec(function(err,objs){ 这里应该怎么写? Follow.find({_id:{$in:objs.followId}}) })
我想透過一個查詢取得很多 id, 然後用這些 id 再去取另外一組資料.
請問有什麼直接的方法嗎? 還是必須要循環出objs裡的所有 followId 呢?
某草草2017-04-26 09:03:47
http://mongoosejs.com/docs/populate.html