写了一个高阶组件
const fn=(Com)=>{ return class A extends Comonents{ state={ list } return <Com {...this.props}/> } } const NewCom = fn(Com);NewCom 如何操作修改 list
有只小跳蛙
互换的青春
相关分类