module.js export let thing = 'initial'; setTimeout(() => { thing ... It isn't just export default function – export default class is ...
確定! 回上一頁