ES6 模块和CommonJS 模块有很大的差异。 语法上面,CommonJS 模块使用 require() 加载和 module.exports 输出,ES6 模块使用 import 和 export 。
確定! 回上一頁