旧的 Javascript 无法在浏览器中刷新
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许缓存?尝试将 ?12345 附加到
的 src 末尾,例如
Maybe caching? Try appending a ?12345 to the end of the src of the
<script>
like<script src="myscript.js?1234">
我总是得到这个,缓存似乎从来都不能正常工作。
删除您的历史记录并刷新,它应该加载更改。
I get this all the time, caching never seems to work right.
Delete your history and refresh, and it should load the changes.