每个模块都可以有一个 default 导出。 默认导出使用 default 关键字标记;并且一个模块只能够有一个 default 导出。 ... { const value: any; export default value; }.
確定! 回上一頁