React 中手风琴面板实现

356 阅读1分钟
  1. 涉及到的知识点有 jsx state 子组件向父组件传递参数 shouldComponentUpdate 生命周期函数 是否需要更新函数 componentDidMount 挂载完成后只执行一次 2.具体的代码如下:
Document