首页 > 代码库 > $routeParams $route.current.params
$routeParams $route.current.params
params 参数的意思
<a href="http://www.mamicode.com/Book/Scarlet/?name=liu">Scarlet Letter</a><br/> 在js中写{{$routeParams.name}}得到的值为liu
$routeParams加“.”后得到的值为?后面传的参数。可以“.”出来
$route.current.params 和 $routeParams 有个先后顺序, $routeParams有从上一个参数变到现在?后面参数的过程
然后$route.current.params顾名思义就是现在
看Angularjs文档中有个延时的讲解注意观察二者的变化 https://docs.angularjs.org/api/ngRoute/service/$route#example
演示调整代码地址
https://plnkr.co/edit/?p=preview
$routeParams $route.current.params
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。