我使用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