function useInterval(callback, delay) {. 2. const savedCallback = useRef();. 3. . 4. // Remember the latest callback. 5. useEffect(() => {.
確定! 回上一頁