Open zxy16305 opened 6 years ago
存在两种规范,CommonJS和AMD。 对于AMD,采用异步方式加载模块,模块的加载不影响后面语句的运行。 eg. require([module],callback)
require([module],callback)
Javascript
AMD(Asynchronous Module Definition)规范
存在两种规范,CommonJS和AMD。 对于AMD,采用异步方式加载模块,模块的加载不影响后面语句的运行。 eg.
require([module],callback)