为什么db.collection.find()。forEach在第一次迭代后停止了?

时间:2017-04-20 12:53:04

标签: javascript shell foreach

我使用Robomongo经理。 打开新shell并尝试执行简单查询。

查询:

db.users.find().forEach(function(user){
        print(user.profile.phone);
    })

结果:

+120123456789
TypeError: user.profile is undefined :
@(shell):2:9
DBQuery.prototype.forEach@src/mongo/shell/query.js:477:1
@(shell):1:1

0 个答案:

没有答案