//a.jsexport let user ='andy'export run = () => {console.log('run!!!')} 可以透過{}來import想要引用的對象 //b.js import {user, run} from ...
確定! 回上一頁