gpt4 book ai didi

javascript - document.domain 可以包含端口号吗?

转载 作者:行者123 更新时间:2023-12-01 02:43:13 24 4
gpt4 key购买 nike

我正在 localhost:8000 上运行开发服务器。可以document.domain包括端口号,例如 document.domain = 'localhost:8000' ?我似乎收到一条错误消息 localhost:8000无法正确解析。

最佳答案

没有。 document.domain 仅包含主机名。

document.domain

Gets/sets the domain portion of the origin of the current document, as used by the same origin policy.

preview

或者,location.port 为您获取域的端口。

关于javascript - document.domain 可以包含端口号吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47416663/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com