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 編輯過 |
關鍵字查詢
相關文章
正在查詢... |