我需要window.location在JavaScript中使用锚点,例如以下url:
window.location
http://www.example.com/page.html#anchor1
什么是最简单的方法?
window.location.hash
这应该是你想要的: