我正在查看示例,我看到此路由器已配置。
false
Broadcasting
Broadcasting
false
为什么主题有&#34; <Router>
....
<Route path="/topics" component={Topics}/>
</div>
</Router>
const Topics = ({ match }) => (
<div>
<h2>Topics</h2>
<ul>
....
&#34;对于函数参数?为什么它不使用&#34;道具&#34;然后在函数定义props.match?