获取当前页面的URL:
let url = location.href;
亲自试一试 »
设置当前页面的URL:
location.href = "https://www.91xjr.com";
亲自试一试 »
下面有更多示例。
这个location.href
属性设置或返回当前页面的完整 URL。
返回 href 属性:
location.href
设置 href 属性:
location.href =
URL
Parameter | Description |
URL | An absolute URL like: http://www.example.com/default.htm A relative URL like default.htm An anchor URL like location.href="#top" A new protocol like: ftp://someftpserver.com mailto:someone@example.com file://host/path/example.txt |
类型 | 描述 |
一个字符串 | 页面的完整 URL,包括协议(如 https://)。 |
location.href
所有浏览器都支持:
Chrome | Edge | Firefox | Safari | Opera | IE |
Yes | Yes | Yes | Yes | Yes | Yes |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!