JavaScript 参考手册
Location hash 属性
返回一个URL的主要部分。假设当前的URL是https://www.mifengjc.com/test.htm#PART2
源代码:
点击运行 »
<script> document.write(location.hash); </script> #part2
运行结果:
点击运行 »