html 避免在浏览器中缓存

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 避免在浏览器中缓存相关的知识,希望对你有一定的参考价值。

<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />

以上是关于html 避免在浏览器中缓存的主要内容,如果未能解决你的问题,请参考以下文章

如何避免本地 Web 应用程序数据被删除?

☆前端优化:浏览器缓存技术介绍

浏览器缓存知识点总结

浏览器缓存知识小结及应用

微信浏览器取消缓存的方法

html 只需脚本以避免仅使用javascript在js / css文件中缓存。