5. react父子组件

1. 父组件如何获取子组件的方法以及属性?

  1.)父组件:

    render( ){

      console.log( this.refs.getmethod );

      return (

        <div>

          <children ref="getmethod" />

        </div>

      )

    }

  2.)子组件:

    属性

    方法

posted @ 2018-01-16 15:12  大耳朵小虎  阅读(97)  评论(0编辑  收藏  举报