切换state 报错 Cannot read property 'setState' of undefined
也可以使用.bind(this)
click = () => {}需要这样定义方法 不知道为什么
需要在事件上绑定this指向