摘要: angular6 路由拼接查询参数如 ?id=1 并获取url参数 路由拼接参数: 拼接后在浏览器显示: 域名 http://localhost:4200/?id=1 angular 获取参数 id 的值: 引用API: import { ActivatedRoute, Params } from 阅读全文
posted @ 2019-08-26 20:05 叫我+V 阅读(1892) 评论(0) 推荐(0)