基本功
框架
服务
Appearance
对象在所有模块中都可用
以下变量可能看起来是全局变量,但事实并非如此。它们仅存在于 CommonJS 模块的范围内:
__dirname
__filename
exports
module
require()