window.location

时间:2020-09-17 18:45:53   收藏:0   阅读:47

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

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!