旧的 Javascript 无法在浏览器中刷新

发布于 2024-11-08 22:36:21 字数 98 浏览 0 评论 0原文

我正在使用 Firefox 4 和 Eclipse。我对 js 进行了一些编辑,然后在浏览器中按 Ctrl+F5 来使用新的 js,但我仍然继续获取旧的 js。有谁知道有什么问题吗?

I'm using Firefox 4 and Eclipse. I've made some edits to the js then I do Ctrl+F5 in the browser to use the new js, but I still keep getting the old js. Anyone knows what's the problem?

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

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

发布评论

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

评论(2

过期情话 2024-11-15 22:36:21

也许缓存?尝试将 ?12345 附加到

Maybe caching? Try appending a ?12345 to the end of the src of the <script> like

<script src="myscript.js?1234">

诺曦 2024-11-15 22:36:21

我总是得到这个,缓存似乎从来都不能正常工作。

删除您的历史记录并刷新,它应该加载更改。

I get this all the time, caching never seems to work right.

Delete your history and refresh, and it should load the changes.

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