HTML DOM HashChangeEvent
HashChangeEvent 对象
HashChangeEvent 对象处理 URL 锚点更改时发生的事件。
HahChange 事件
事件 | 发生时间 |
---|---|
onhashchange | URL 的锚点部分发生变化 |
HashChangeEvent 属性
属性 | 返回值 |
---|---|
newURL | 更改哈希后文档的 URL |
oldURL | 更改哈希前文档的 URL |
继承的属性和方法
HashChangeEvent 继承了所有属性和方法
HashChangeEvent 对象处理 URL 锚点更改时发生的事件。
事件 | 发生时间 |
---|---|
onhashchange | URL 的锚点部分发生变化 |
属性 | 返回值 |
---|---|
newURL | 更改哈希后文档的 URL |
oldURL | 更改哈希前文档的 URL |
HashChangeEvent 继承了所有属性和方法
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]