标签: reactjs react-router
有没有人知道在使用React Router时如何在React中获取URL参数?
我正在尝试做这样的事情:
filterList(key) { if (key===this.props.location.query){ return Blogstore.state.blog }
与我链接末尾的唯一键匹配:
http://localhost:8080/blogshow/-KGYsxaXyMiej5cgU5A7
答案 0 :(得分:2)
答案是:
this.props.routeParams.key