JavaScript获取网站域名
当前位置:点晴教程→知识管理交流
→『 技术文档交流 』
<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> 该文章在 2010/11/25 22:35:38 编辑过 |
关键字查询
相关文章
正在查询... |