There're 2 ways to add named exports to a JavaScript module. For instance, we can write the following: export const foo = 1;
確定! 回上一頁