有兩種使用export 的方式,named 與default。每個模組中可以有多個named exports, 但只能有一個default export。每種export 都對應到一個先前說的語法 ...
確定! 回上一頁