作者:黄体测字_335 | 来源:互联网 | 2024-10-13 18:22
componentDidMount(){console.log(this.props,props);console.log(this,this);this.props.onRef&
componentDidMount() {
console.log(this.props, 'props');
console.log(this, 'this');
this.props.onRef && this.props.onRef(this);
}