setState({ color: newColor }). } render(){. return(. <div style={{background: this.state.color}}>. <h1>Change my color</h1>. <button onClick={this.
確定! 回上一頁