create multiple refs with React.useRef(). ref. Copied! const initForm = () => { const form: { [key: string]: string } = {} for (let i = 0; ...
確定! 回上一頁