useRef is a React Hook that lets you reference a value that's not needed for rendering. const ref = useRef(initialValue).
確定! 回上一頁