使用JavaScript获取当前网址?

编程入门 行业动态 更新时间:2024-10-28 10:36:40
本文介绍了使用JavaScript获取当前网址?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我想要的只是获取网站网址。不是从链接中获取的URL。在页面加载中,我需要能够获取网站的完整当前URL,并将其设置为可以随意使用的变量。

All I want is to get the website URL. Not the URL as taken from a link. On the page loading I need to be able to grab the full, current URL of the website and set it as a variable to do with as I please.

推荐答案

使用:

window.location.href

如评论中所述,下面的行可以使用,但它会被Firefox窃听。

As noted in the comments, the line below works, but it is bugged for Firefox.

document.URL;

参见 DOMString类型的URL,只读 。

See URL of type DOMString, readonly.

更多推荐

使用JavaScript获取当前网址?

本文发布于:2023-11-28 15:57:35,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1643043.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:网址   JavaScript

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!