... useRef() const savedDelay = useRef() // 保存到期回呼方法 useEffect(() => { savedCallback.current = callback }, [callback]) // 建立計數器 ...
確定! 回上一頁