1. //写内联样式要用{{}}
    2. <p style={{width:300,marginRight:"10px",color:this.state.color}}>hello world</p>