240 发简信
IP属地:青海
  • React的render-props模式、高阶组件

    render-props模式 将可以复用的state和操作state的方法封装到一个独立的组件中,可以提高开发效率 props.render()...