📜  满足 url 参数 react-router 的限制值 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:35.337000             🧑  作者: Mango

代码示例1
{/* It's possible to use regular expressions to control what param values should be matched.
     * "/order/asc"  - matched
     * "/order/desc" - matched
     * "/order/foo"  - not matched*/}