标签: reactjs react-router
使用react-router从HASH URL获取URL参数的任何方法。
答案 0 :(得分:3)
您应该能够通过<Route>访问this.props.location组件中的位置,并将其传递给子组件,如 v2.0.0升级指南中所述:{ {3}}
<Route>
this.props.location
位置文档: https://github.com/ReactTraining/react-router/blob/v2.8.1/upgrade-guides/v2.0.0.md#accessing-location