zouzenghu / zouzenghu.github.io

Other
0 stars 0 forks source link

commonJS模块规范 | ZZH #13

Open zouzenghu opened 5 years ago

zouzenghu commented 5 years ago

https://zzhblog.cn/ecmascript/2017-12-09-Commonjs/

commonJS,AMD,CMD是一个模块化标准,主要的实现者是nodeJs,主要利用exports导出模块,require()引入模块,形成模块化方法