缓存策略,css/js/images 如何使它们在我每次进行完整回发时不加载?
我用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
图像通常缓存在浏览器中,无需太多干预。除非您使用动态名称或类似的名称,否则浏览器将加载它们一次,然后根据后续请求从缓存中提取它们。
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.