标签: reactjs react-native react-router
如何通过onload获取哈希位置
<Redirect exact from="/:id" to="/user/1231231"/> <Route path="/user/:id" exact component={UserComponent}/>
答案 0 :(得分:1)
我不知道您使用的软件包的版本。但是这里有个基本的例子。尝试去?profile=:id
?profile=:id
https://codesandbox.io/s/react-router-stackoverflow-lchu9
gif