前端vue解析url地址

时间:2025-04-22 07:05:56
前端页面的连接通过页面跳转,有时候需要解析url地址传递的参数,记录方法,
完整url可以用
路由路径可以用 this. r o u t e . p a t h 路 由 路 径 参 数 t h i s . 路由路径参数 this. route.paththis. 例如:/videoLearn/:course_id→ /videoLearn/1234567 → this. r o u t e . p a r a m s . c o u r s e i d 路 由 查 询 参 数 t h i s . .course_id 路由查询参数 this. route.params.courseidthis. 例如:/user/search?course_id=1234567→ this.$.course_id