隐藏window.location.href

时间:2016-03-18 10:27:30

标签: javascript

我有一个示例网址 - http://localhost:4000/something&test@test.com&true

我需要在http://localhost:4000/something

之后隐藏所有内容

我有以下代码:

var locationHref = window.location.href; var splitLocationHref = locationHref.split('&')[0];

是否可以在不破坏网址部分提供的功能的情况下隐藏网址&test@test.com&true

1 个答案:

答案 0 :(得分:1)

不,出于安全原因,浏览器不允许您这样做。您需要更改页面,以便不通过查询字符串传递这些值