1. <button ref={(btn)=>{this.btn=btn}}>按钮</button>
    2. componentDidMount(){
    3. console.log(this.btn)
    4. }