开发者问题收集
我正在使用 mongojs,我必须从 mongodb 中获取的对象中检索一个字段。我不明白如何返回该字段: function retrieveVertById(id){var result = [];db.clusters.find({id: id}, function (err, clusters){if( err || !clusters) console.log("No cluster f