如果网络服务器有一个主机名和一个不同的 DNS 别名,那么 document.domain 的值是多少?

发布于 2024-09-09 10:04:30 字数 284 浏览 3 评论 0原文

我有一个具有以下主机名和 DNS 别名的网络服务器。

Host name - server1.aa.xx.company.com
Alias name - server1.bb.xx.company.com

在上面的场景中,JavaScript DOM 对象 document.domain 的值是多少?是 server1.aa.xx.company.com 还是 server1.bb.xx.company.com

I have a webserver with the following host name and DNS alias name.

Host name - server1.aa.xx.company.com
Alias name - server1.bb.xx.company.com

In the above scenario, what will be the value of JavaScript DOM object document.domain? Will it be server1.aa.xx.company.com or will it be server1.bb.xx.company.com?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

面犯桃花 2024-09-16 10:04:30

JavaScript DOM 对象 document.domain 的值是多少

这将是浏览器中请求页面的域。 Javascript 对 DNS 别名不感兴趣,只对浏览器地址栏中的内容感兴趣。

what will be the value of JavaScript DOM object document.domain

It will be the domain the page was requested in the browser on. Javascript isn't interested in DNS aliases - just in what it says in the browser's address bar.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文