HTML DOM Document對(duì)象
domain屬性返回當(dāng)前加載文檔的服務(wù)器的域名。
如果無法識(shí)別文檔的域,則此屬性用于返回null。
document.domain
var x = document.domain;
所有瀏覽器完全支持domain屬性: