Angular $ routeParams with&符号

时间:2018-01-26 17:42:57

标签: html angularjs ampersand routeparams

使用routeParams提取网址中的参数时:
https://asdfgh.com/#qwer/search?input1=ZXCV&input2=BNM

$routeParams.input1$routeParams.input2

效果很好,但在某些情况下,在html网页上发布网址时,&对&的更改如下:
https://asdfgh.com/#qwer/search?input1=ZXCV&input2=BNM
然后$routeParams.input2获取null

我的解决方案是什么?

0 个答案:

没有答案