**参考资料** - [react-router](https://reacttraining.com/react-router/core/api/history) - [html5 history api详解](https://www.cnblogs.com/stephenykk/p/5057022.html) ```js history.push('/test', {myValue: 'ck'}) ``` >执行这个之后能在跳转过去的页面的`this.props.history.push.location.state中取到这个值,关键是刷新这个值也不丢失,只有路由的history改变之后才会取不到