useRef ( null ) ; // initialized to null const onButton Click = ( ) = > { inputEl.current.focus ( ) ; = } ; return ( < div > < input ref = { inputEl } type ...
確定! 回上一頁