Sea*_*ess 11 javascript node.js
global是一个包含任何全局变量的对象(至少在Node.js中,它们window在浏览器中).
是否有代表当前范围的类似变量?局部变量没有出现global(有充分的理由:))
asdf = "hello";
var local = "hello";
console.log(global); // includes asdf
console.log(???); // includes local?
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1671 次 |
| 最近记录: |