The onClick event on the button is `this.click.bind(this)` so that the state of the function is bound to the React class and not the event.
確定! 回上一頁