单项选择题
A.pathB.toC.hrefD.component
react路由中的Redirect组件,它的作用是()A.对路由的重定向B.路由的精准匹配C.路由的唯一匹配D...
单项选择题react路由中的Redirect组件,它的作用是()
A.对路由的重定向B.路由的精准匹配C.路由的唯一匹配D.展示对应的组件
react的中的哪一个周期函数执行了,代表这个组件被销毁了()A.componentWillMountB.co...
单项选择题react的中的哪一个周期函数执行了,代表这个组件被销毁了()
A.componentWillMountB.componentDidMountC.renderD.componentWillUnmount
react的周期函数中,render方法至少执行几次()A.0B.1C.2D.3
单项选择题react的周期函数中,render方法至少执行几次()
A.0B.1C.2D.3