select (); }; render() { return ( <div className="App"> <input type="text" onClick={this.handleClick} value="King" /> </div> ) ...
確定! 回上一頁