Location hash 属性
Location 对象的 hash 属性是一个可读可写的字符串,该字符串是 URL 的锚部分 ( 从 # 号开始的部分 )
Yes | Yes | Yes | Yes | Yes |
语法
location.hash
范例
返回一个 URL 的 hash 部分。假设当前的 URL 是 https://www.twle.cn/test.htm#id=2
<script>document.write(location.hash);</script>
Location 对象的 hash 属性是一个可读可写的字符串,该字符串是 URL 的锚部分 ( 从 # 号开始的部分 )
Yes | Yes | Yes | Yes | Yes |
location.hash
返回一个 URL 的 hash 部分。假设当前的 URL 是 https://www.twle.cn/test.htm#id=2
<script>document.write(location.hash);</script>
♥ 简单教程,简单编程 - IT 入门首选站
Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.