语法const refContainer = useRef(init.. ... const timer = setInterval(() => { setN(n - 1) }, 1000) return () => { clearInterval(timer) } } ...
確定! 回上一頁