Location: hash - Web API 接口参考 编辑
Location
接口的 hash
属性返回一个 USVString
,其中会包含URL标识中的 '#'
和 后面URL片段标识符。
这里 fragment 不会经过百分比编码(URL编码)。如果 URL 中没有 fragment,该属性会包含一个空字符串,""
Syntax
string = object.hash; object.hash = string;
Examples
<a id="myAnchor" href="/en-US/docs/Location.href#Examples">Examples</a>
<script>
var anchor = document.getElementById("myAnchor");
console.log(anchor.hash); // 返回'#Examples'
</script>
Specifications
Specification | Status | Comment |
---|---|---|
HTML Living Standard hash | Living Standard | Initial definition |
Browser compatibility
BCD tables only load in the browser
本页面的兼容性表格是由结构化数据生成的。如果你愿意为这些数据做点贡献,请在 github https://github.com/mdn/browser-compat-data 检出代码,然后发送 pull request 给我们。如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论