Javascript仅适用于页面刷新后的ip,刷新前使用dns访问有效

发布于 2024-12-24 02:00:13 字数 178 浏览 1 评论 0原文

我正在努力解决一个奇怪的问题。 当通过 dns 使用网页时,我的所有 document.ready 功能都可以正常工作。 切换到 IP 时,该功能会中断,但在页面刷新后开始工作。

以前有人遇到过这种现象吗?

我知道这很含糊,并事先道歉。 感谢您的帮助!

更新: 脚本已被验证在功能不起作用时加载

I'm struggling with a weird problem.
All my document.ready functionality is working when using the web page by dns.
When switching to IP the functionality breaks, but starts working after a page refresh.

Have anyone encountered this phenomenon before?

I know this is vague and apologize beforehand.
Thanks for any help!

Update:
Script has been verified to be loaded at the time when functionality doesn't work

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

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

发布评论

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

评论(1

过气美图社 2024-12-31 02:00:13

根据你模糊的问题,我能想到的唯一可能的想法是,你拥有的一些Javascript现在被IP地址http://127.0.0.1/scripts引用,并且脚本目录只是可通过名为 http://hostname/scripts 的 DNS 获取。

Based on your vague question, the only POSSIBLE idea I can come up with is that some Javascript you have is now being referenced by IP address http://127.0.0.1/scripts and the scripts directory is only available via the DNS named http://hostname/scripts.

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