取域名可以使用:
host = window.location.host;
alert(host);
host = document.domain;
alert(host);
取完整地址使用:
url = window.location.href;
alert(url);
url = document.URL;
alert(url);
如您从本文得到了有价值的信息或帮助,请考虑扫描文末的二维码对我进行赞赏和鼓励。
如本文对您有用,您的捐赠和留言将是我最好的支持~
如您愿意,请向更多志同道合的朋友们推荐本站,谢谢。
请尊重他人劳动成果。
转载请务必附上原文链接,我将感激不尽。
有什么问题可以 留言或QQ联系我
留言