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