如何使用react-router从哈希URL获取参数?

时间:2016-01-27 16:59:08

标签: reactjs react-router

使用react-router从HASH URL获取URL参数的任何方法。

1 个答案:

答案 0 :(得分:3)

您应该能够通过<Route>访问this.props.location组件中的位置,并将其传递给子组件,如 v2.0.0升级指南中所述:{ {3}}

位置文档:
https://github.com/ReactTraining/react-router/blob/v2.8.1/upgrade-guides/v2.0.0.md#accessing-location