class FooBar extends React.Component { handleClick = value => () => { console.log(value); }; render() { return <button onClick={this.
確定! 回上一頁