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.