使用JavaScript获取当前网址? [英] Get the current URL with JavaScript?

查看:136
本文介绍了使用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获取当前网址?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆