window.location

http://b.a.com:88/index.php?name=kang&when=2011#first,他的window.location如下:

 window.location和document.location互相等价的,可以交换使用。

location的8个属性都是可读可写的,但是只有href与hash的可写才有意义。

改变location.href会重新定位到一个URL,而修改location.hash会跳到当前页面中的锚点,而且页面不会被重新加载。

查询字符串search只能在取到“?”后面和“#”之前的内容,如果“#”之前没有“?”search取值为空,如:

http://localhost:63342/index.html#/version?type=35&id=5

原文:https://www.cnblogs.com/goloving/p/9292192.html

原文地址:https://www.cnblogs.com/xjy20170907/p/13633563.html