导出的内容可以是命名导出(named exports)或默认导出(default export)。 命名导出示例:. // module.js export const pi = 3.14; export function ...
確定! 回上一頁