useRef (null); // App mounted 的時候讓AwesomeInput 中的input 元素focus React.useEffect(() => { console.log(awesomeInputRef.current); ...
確定! 回上一頁