Location pathname 属性
定义和用法
pathname 属性是一个可读可写的字符串,可设置或返回当前 URL 的路径部分。
浏览器支持
属性 | |||||
---|---|---|---|---|---|
pathname | Yes | Yes | Yes | Yes | Yes |
语法
返回 pathname 属性:
location.pathname
设置 pathname 属性:
location.pathname = path
属性值
值 | 类型 | 描述 |
---|---|---|
path | String | 指定 URL 的路径名 |
技术细节
返回值: | 字符串,表示路径名 |
---|
❮ Location 对象