相关考题
-
多项选择题
以下属于event属性和方法的是哪些()
A.target
B.stopPropagation()
C.type
D.preventDefault() -
单项选择题
在组件的state上定义了name=’刘于’,那么在componentDidMount (){this.setState(name:’张帅}console.log(this.state.name)}render (){console.log(this.state.name)}中两次console.log的结果是什么()
A.张帅,刘于
B.刘于,张帅
C.刘于,刘于
D.张帅,张帅 -
单项选择题
withRouter高阶组件的作用是干什么()
A.将路由相关属性扩展到当前组件的state上
B.将路由相关属性扩展到当前组件的props上
C.将路由相关方法扩展到当前组件的props上
D.将路由相关方法扩展到当前组件的state上