JavaScript 参考手册
Location host 属性
返回当前URL的主机名和端口
源代码:
点击运行 »
<script> document.write(location.host); </script>
运行结果:
点击运行 »