module


对当前模块的引用,请参阅关于 模块 对象 的章节。特别是,module.exports 用于定义模块导出什么内容,并通过 require() 提供这些内容。

【A reference to the current module, see the section about the module object. In particular, module.exports is used for defining what a module exports and makes available through require().】