ES6标准解读:Module的加载实现
2017年9月6日 - 网易
System.import('app/es6-file').then(function(m){console.log(newm.q().es6);//hello});上面的代码中,System.import方法返回的是一个Promise对象,所以可以用then方法指定回调函数。点击订购:ES6标准入门(第3版)
详情
System.import('app/es6-file').then(function(m){console.log(newm.q().es6);//hello});上面的代码中,System.import方法返回的是一个Promise对象,所以可以用then方法指定回调函数。点击订购:ES6标准入门(第3版)