每個模組中可以有多個named exports, 但只能有一個default export。每種export 都對應到一個先前說的語法。 Named exports: // 前面已經宣告的函式可以這樣 ...
確定! 回上一頁