urlObject.hash


hash 属性是 URL 的片段标识符部分,包括前导的 # 字符。

🌐 The hash property is the fragment identifier portion of the URL including the leading # character.

例如:'#hash'

🌐 For example: '#hash'.