export default 是默认导出. export const 是命名导出. Default Export (export default). 每个文件都可以有一个默认导出export default,导入此类 ...
確定! 回上一頁