React 使用link在url添加参数(url中不可见)

Posted zhanglanzuopin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了React 使用link在url添加参数(url中不可见)相关的知识,希望对你有一定的参考价值。

1. 在要跳转页面添加<Link to={{ pathname: `/staffManagement/cardRecord`, state: {time: YYYY-MM-dd, name: staffName} }}>text </Link>
 
2. 在跳转到的页面使用 this.props.location.state.time 取到路由中传过来的参数
转载于:https://www.cnblogs.com/cnlg123/p/9132214.html

  

以上是关于React 使用link在url添加参数(url中不可见)的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Linking.openURL(url) 添加标头参数

在 URL Rails Routes 中添加 Hash 参数

使用 DrawerNavigator [React native] 导航到 URL/Deep Link

如何使用react将多个参数作为url中的对象传递

如何将参数添加到rails中的url?

React native Linking open url不适用于ios上的facebook链接