react语法

react 组件的属性的写法

<Button type='large'  number={4}  obj = {{obj:8}} onClick = {this.fun}>Button<Button>

当是字符串的时候可以直接写

当是其它的类型是一定要写大括号

猜你喜欢

转载自blog.csdn.net/qq_40639990/article/details/79872697