Heim  >  Artikel  >  Web-Frontend  >  JS获取几种URL地址的方法小结_javascript技巧

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

WBOY
WBOYOriginal
2016-05-16 16:58:131002Durchsuche

以下为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鍦板潃锛
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn