js export default function thing() {} setTimeout(() => { thing = 'changed'; }, 500);. And: // main.js import thing from './module.js ...
確定! 回上一頁