美文网首页网络知识JavaScript
[JavaScript] location.href, loc

[JavaScript] location.href, loc

作者: 何幻 | 来源:发表于2016-03-02 19:38 被阅读401次
location.href:http://localhost/1.html?id=1&page=2#section=3

location.search:? id=1&page=2
location.hash:#section=3

location.hreflocation.searchlocation.hash都可以赋值。

其中location.hreflocation.search接受赋值(即使不改变值),会刷新页面。
location.hash接受赋值,不会刷新页面。

相关文章

网友评论

    本文标题:[JavaScript] location.href, loc

    本文链接:https://www.haomeiwen.com/subject/wnpnkttx.html