JavaScript獲取網(wǎng)站域名
當(dāng)前位置:點(diǎn)晴教程→知識(shí)管理交流
→『 技術(shù)文檔交流 』
<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 編輯過 |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |