window.location.hash 和 location.hash 有啥区别? [复制]

Posted

技术标签:

【中文标题】window.location.hash 和 location.hash 有啥区别? [复制]【英文标题】:What is the difference between window.location.hash and location.hash? [duplicate]window.location.hash 和 location.hash 有什么区别? [复制] 【发布时间】:2017-08-10 17:54:09 【问题描述】:

我经常看到在各种 javascript 中引用 window.location.hashlocation.hash(这里的哈希是一个示例)。这些调用之间有什么区别(在我看来结果相同)。

【问题讨论】:

检查这个 - 同一个问题(这里)[***.com/questions/4709037/… 【参考方案1】:

window 是浏览器中的全局对象,因此默认情况下会在其上查找未限定、未声明的名称。因此,window.locationlocation 的含义完全相同,除非声明了名为 location 的作用域变量。

【讨论】:

@Kinduser:嗯。我在链接任何重复项之前回答了。当它没有错误/误导时,删除是没有意义的。 这不是误导/错误,我同意,但版主现在出于更琐碎的原因删除问题/答案...

以上是关于window.location.hash 和 location.hash 有啥区别? [复制]的主要内容,如果未能解决你的问题,请参考以下文章

“window.location.href”和“window.location.hash”有啥区别?

window.location.hash

js问题 window.location.hash和window.location.href有啥不同 手册上查二者的用法一样啊 谢谢大家

window.location.hash的知识点

window.location.hash 使用

URL 随 window.location.hash 而不是 page