angular.js从url获取斜杠分隔的路径

时间:2013-03-15 06:36:25

标签: angularjs

我需要在我的网站的url中作为参数将文件路径(包含一定数量的'/'字符)作为参数。如何从网址解析这样的参数?像http://localhost/path/to/file之类的东西会更好,但是如果这不起作用,http://localhost/?path=/path/to/file或其他东西也可以。

2 个答案:

答案 0 :(得分:0)

在控制器中使用位置。首先将html5mode转为true,如下所示

然后你可以使用 location.search它将返回字符串而没有任何错误。 如需更多地使用位置,请访问https://docs.angularjs.org/api/ng/service/ $ location

答案 1 :(得分:-1)

看看URI.js,它看起来就像你需要的那样。