模块化目前规定的四种模块化规范: CommonJS、AMD、CMD、ES6 Modules import分为下面四点:
CommonJS
AMD
CMD
ES6 Modules
一: CommonJS:node模块中采用的就是Commo
2023-02-01