js获取当前域名

寻技术 JS脚本 / JAVA编程 2023年07月08日 125
<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>


关闭

用微信“扫一扫”