在JavaScript ES6中,export与export default均可用于导出常量、函数、 ... export default function() {} // 等效于: function a() {}; export {a ...
確定! 回上一頁