标签:参数 pre param ams params www. 指定 ring color
<Route path="/path/:name" component={example} />
this.props.match.params.name
//mirrorx中使用push的参数search,link中使用与此类似 actions.routing.push({ pathname: ‘/path/example‘, search: `?name={name}`, } )
this.props.location.search
标签:参数 pre param ams params www. 指定 ring color
原文地址:https://www.cnblogs.com/mengff/p/9764617.html