> JavaScript中文手册 > document.domain

定义和用法

DOMain 属性可返回下载当前文档的服务器域:

语法

document.domain

浏览器支持

document.domaindocument.domaindocument.domaindocument.domaindocument.domain

所有主要浏览器都支持 domain 属性

实例

实例

返回下载当前文档的服务器域名:

<HTML>
<body>

The domain name for the server that loaded this document:
<script>
document.write(document.domain);
</script>

</body>
</html>
运行一下 »
上一篇:
下一篇: