The front end Why does the React event bind this itself? February 1, 2024 by 葉惠如 No Comments The event handler is called directly, and no component is specified, so getting this directly without manual binding is not accurate, so we need to manually bind the current component to this.Copy the code