urlObject.path
path 属性是 pathname 和 search 组件的拼接。
🌐 The path property is a concatenation of the pathname and search
components.
例如:'/p/a/t/h?query=string'。
🌐 For example: '/p/a/t/h?query=string'.
不会对 path 进行解码。
🌐 No decoding of the path is performed.