import React, { useRef } from 'react' const UseRefExample = () => { const inputRef = useRef(null); ... 原因是剛剛說useRef 回傳的是一個物件,**{current: .
確定! 回上一頁