它主要是用來訪問DOM的一個方法,useRef 回傳一個mutable 的ref object,在裡面會有.current 的屬性, ... <button onClick={focusInput}>Focus input</button>
確定! 回上一頁