缓存策略,css/js/images 如何使它们在我每次进行完整回发时不加载?

发布于 2024-11-07 16:59:24 字数 76 浏览 0 评论 0原文

我用 jquery 自定义图像和样式制作了一些“选择和复选框 - 例如 mac 等...”,我希望每次我进行完整回发时都不要重新加载它们。

I have made some "select and checkboxes - like mac and so on..." with custom images and styles with jquery, i want them not to be reloaded each time i do full postback.

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

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

发布评论

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

评论(1

旧人哭 2024-11-14 16:59:24

图像通常缓存在浏览器中,无需太多干预。除非您使用动态名称或类似的名称,否则浏览器将加载它们一次,然后根据后续请求从缓存中提取它们。

Images are normally cached in the browser without much intervention. unless you are using dynamic names or something like that the browser will load them once then pull them from the cache on following requests.

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