全局对象


¥Global objects

这些对象在所有模块中都可用。以下变量可能看起来是全局的,但实际上不是。它们只存在于模块作用域内,见 模块系统文档

¥These objects are available in all modules. The following variables may appear to be global but are not. They exist only in the scope of modules, see the module system documentation:

此处列出的对象特定于 Node.js。内置对象 是 JavaScript 语言本身的一部分,也是全局可访问的。

¥The objects listed here are specific to Node.js. There are built-in objects that are part of the JavaScript language itself, which are also globally accessible.