[JS]import & export 彙整幾個較常看到的用法,建議先看export再回頭看import 目的: ... //number.js var a = 123; export default a; //index.js import a from '.
確定! 回上一頁