首页  >  文章  >  web前端  >  JS获取几种URL地址的方法小结_javascript技巧

JS获取几种URL地址的方法小结_javascript技巧

WBOY
WBOY原创
2016-05-16 16:58:131002浏览

以下为JS获取几种URL地址的方法

复制代码 代码如下:

thisURL = document.URL;
thisHREF = document.location.href;
thisSLoc = self.location.href;
thisDLoc = document.location;

thisTLoc = top.location.href;
thisPLoc = parent.document.location;
thisTHost = top.location.hostname;
thisHost = location.hostname;

tmpHPage = thisHREF.split( "/" );
thisHPage = tmpHPage[ tmpHPage.length-1 ];
tmpUPage = thisURL.split( "/" );
thisUPage = tmpUPage[ tmpUPage.length-1 ];


下面为使用JS获取MAC地址、IP地址及主机名的方法:
复制代码 代码如下:






                                                        



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