<script language="javascript"> //获取域名 host = window.location.host; host2=document.domain; //获取页面完整地址 url = window.location.href; document.write("<br>host="+host) document.write("<br>host2="+host2) document.write("<br>url="+url) </script>
标签:HTML代码jqueryJS
打赏
本文作者:符文浩 网址:http://blog.fuwenhao.com/post/456.html 发布于 2021-09-20文章转载或复制请以超链接形式并注明出处。
还没有评论,来说两句吧...