// create a ref const exampleRef = useRef(); // set the ref value exampleRef.current = "Hello World"; ...
確定! 回上一頁