标签: javascript browser
什么决定页面上document.domain属性的值?似乎并不总是等于根url域。
答案 0 :(得分:1)
document.domain包含用于下载页面的完整域(包括子域)。您可以将其手动设置为父域。例如,您可以将文档从subdomain.example.com加载到example.com的域。 <iframe>的域可能与网址栏中的域不同。
document.domain
subdomain.example.com
example.com
<iframe>