動態路由匹配

模式 匹配路徑 $route.params /user/:username /user/evan {username:'evan'} /user/:username/post/:post_id /user/evan/post/123 {username:'evan',post_id:123}             使用方法: 第一種/user/:username: index.js:      
相關文章
相關標籤/搜索