function Foo() { // Initialize useRef with an initial value of `null` const input = useRef(null); const onClick = () => input.current ...
確定! 回上一頁