-1
classNameに動的なclassNameを動的に設定するにはどうすればよいですか?例えば、この中で:私は<button className="cheese {this.state.color}">
をすれば https://jsfiddle.net/uwadhwnr/112/ReactJS:1つのclassNameにバインディングを指定し、もう1つにclassNameを指定しないでください
<button className={this.state.color}>
、それは引用符で囲んだからthis.state.colorは表示されませんが、私は両方のクラスを持っていると思います。
[連結する変数の可能性のある重複したようにそれを行うことができますそしてReactの文字列](http://stackoverflow.com/questions/39523040/concatenating-variables-and-strings-in-react) – Li357