最佳答案
可以在 mongodb 中选择 Collection 的文档,如 SQL:
SELECT * FROM collection WHERE _id IN (1,2,3,4);
or if i have a _id array i must select one by one and then recompose the array/object of results?