inputRef.current.focus(); } render() { return ( <div> <input ref={this.inputRef} /> <button onClick={this.onClick.bind(this)}>Click to ...
確定! 回上一頁