Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
说我有文件main.html。在其中我有一个iframewhich references sub.html。还有一个按钮main.html,点击后会重新加载sub.html。 sub.html使用 jQuery/HTML5,因此引用了很多 js 和 css 文件。
main.html
iframe
sub.html
有没有办法让浏览器在初始加载时缓存这些 js 和 css 文件,而不是在单击刷新按钮时重新加载它们iframe?
原来我没有发送正确的标头来指示浏览器缓存 css/js 文件。