window.location各属性的值
Posted cn-andy
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各属性的值的主要内容,如果未能解决你的问题,请参考以下文章
JavaScript中的window.location.href和window.open()方法