课程
/前端开发
/React.JS
/React高级教程之高阶组件
请问 const { age, ...otherProps } = this.props_ 这个this.props_和 this.props 有什么区别? 一般是用 this.props吧?
2019-06-27
源自:React高级教程之高阶组件 4-1
正在回答
故意敲_的,this.props_会报错
你自己敲一下试试就知道了,我们公司自己写的高阶组件就是用this.prop,没有那个下划线的
举报
运用高阶组件编写高质量React应用
1 回答this.props_加下划线是什么意思