zxy16305 / Blog

bak for hexo
3 stars 1 forks source link

Javascript/TypeScript/thymeleaf..... #17

Open zxy16305 opened 6 years ago

zxy16305 commented 6 years ago

Javascript

AMD(Asynchronous Module Definition)规范

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