//a.js const list =['olive','steelblue','lightpink'] export default list. 因為export default的關係,import 的名稱可以任意定義,且不需要用{}
確定! 回上一頁