const count = useRef(null); ... <input ref={count} type="text" value={number} ... The input element has the value of the number and, ...
確定! 回上一頁