我是一个反应的初学者,我有一些问题。我想在componentDidMount()方法中添加一些事件侦听器,另外,我需要捕获事件,以找到单击了哪个键。我想在componentWillUnmount()方法中删除它。我是带着额外的功能做的。但也有一些问题。经过一段时间(例如,1秒后),我希望更新父组件中的状态(这会触发组件卸载并完成),但是有一个问题我不能在componentWillUnmount()中删除事件侦听器,所以请帮助我。import React, { Component } from 'react';
class Element extends Comp