当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM domain 属性
The domain property returns the document server's domain name.
domain属性可返回服务器端的域名
document.domain |
<html> <body> 这个网站的域名为: <script type="text/javascript"> document.write(document.domain) </script> </body> </html> |
Return the domain name of the document's server
返回文档所在服务器的域名