window.location 的各个参数

Posted Sun_

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了window.location 的各个参数相关的知识,希望对你有一定的参考价值。

window.location各属性的值 :

window.location.href --"https://i.cnblogs.com/EditPosts.aspx?opt=1"
window.location.protocol --"https:"
window.location.host-- "i.cnblogs.com"
window.location.port --返回端口号
window.location.pathname-- "/EditPosts.aspx"
window.location.search--"?opt=1"
window.location.hash-- 返回锚点 #test

以上是关于window.location 的各个参数的主要内容,如果未能解决你的问题,请参考以下文章

js基础之Window Location(BOM)

js基础之Window Location(BOM)

Arison [JS]window.location获取url各项参数详解

js 删除url指定参数

js 删除url指定参数

js获取url参数