我偶然发现钩子文档 useRef 。 看他们的例子... function TextInputWithFocusButton() { const inputEl = useRef(null); const onButtonClick = () => { // `current` ...
確定! 回上一頁