useRef (); React.useEffect(() => { // React assigned a reference to the dom-node const domNode = myRef.current; // manipulate the node ...
確定! 回上一頁