Node.js Modules 模块模块Accessing the main moduleAddenda: Package Manager TipsAll Together…CachingModule Caching CaveatsCore ModulesCyclesFile ModulesFolders as ModulesLoading from node_modules FoldersLoading from the global foldersThe module wrapperThe
模块https://nodejs.org/docs//v9.2.0/api/modules.html Node.js has a simple module loading system. In Node.js, files and modules are in one-to-one correspondence (each file is treated as a separate module