首页  >  文章  >  web前端  >  js获取当前地址 JS获取当前URL的示例代码_javascript技巧

js获取当前地址 JS获取当前URL的示例代码_javascript技巧

WBOY
WBOY原创
2016-05-16 16:58:151043浏览
复制代码 代码如下:



thisDLoc = document.location;

thisURL = document.URL;

thisHREF = document.location.href;

thisSLoc = self.location.href;


thisTLoc = top.location.href;

thisPLoc = parent.document.location;

thisTHost = top.location.hostname;

thisHost = location.hostname;


声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn