摘要: 会输出 A.JS里的内容 node B.js 执行 (三)ADM规范 AMD规范是"Asynchronous Module Definition"的缩写 意思就是异步模块定义 AMD更适合浏览器加载 AMD也是用require()语句加载模块,但是不同于CommonJS,它要求两个参数 requir 阅读全文
posted @ 2017-11-06 00:13 且听风吟V 阅读(294) 评论(0) 推荐(0)