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