HTML DOM Document对象
domain属性返回当前加载文档的服务器的域名。
如果无法识别文档的域,则此属性用于返回null。
document.domain
var x = document.domain;
所有浏览器完全支持domain属性: