gpt4 book ai didi

javascript - mongoDB 中的 var 用法

转载 作者:可可西里 更新时间:2023-11-01 10:00:58 26 4
gpt4 key购买 nike

我正在按照教程学习 mongoDB,http://docs.mongodb.org/manual/tutorial/getting-started/

但是,示例代码 var c = db.testData.find() 让我感到困惑。没有 var,执行只是打印出文件,有了 var,c 就变成了游标。另一个命令,j = { name : "mongo"} ,我看不出有无 var 的区别。我想清楚什么时候应该有 var 什么时候可以忽略 var。

我谷歌了一下这个问题,例如Difference between using var and not using var in JavaScript ,它谈论范围。我无法理解我的问题与范围的关系。

最佳答案

http://docs.mongodb.org/manual/tutorial/iterate-a-cursor/

根据这个文档,

However, in the mongo shell, if the returned cursor is not assigned to a variable using the var keyword, then the cursor is automatically iterated up to 20 times to print up to the first 20 documents in the results.

关于javascript - mongoDB 中的 var 用法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21102151/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com