es6中export和export default的区别export与export default均可用于导出常量、函数、文件、模块 你可以在其它文件或模块中通过import+(常量| 函数| ...
確定! 回上一頁