js export let thing = 'initial'; setTimeout(() => { thing = 'changed'; }, 500);. And this is ./main.js : // main.js import { ...
確定! 回上一頁