const childRef = useRef(null); return <Child ref={childRef}/>; }; const Child = forWardRef((props, ...
確定! 回上一頁