const myRef = useRef(); return ( <button className="myElement" ... const myRefs = useRef([]); myRefs.current = things.map((element, ...
確定! 回上一頁