JavaScript 参考手册
HTML domain 属性
返回下载当前文档的服务器域名
源代码:
点击运行 »
加载这个文件的域名: <script> document.write(document.domain); </script>
运行结果:
点击运行 »