html 禁用所有浏览器(据称)的HTML页面缓存。

Posted

tags:

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

<html>
    <head>
        <!-- http://stackoverflow.com/a/1341133 -->
        <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" />
        
        <title>No cache</title>
    </head>
    <body>
        <p>This page should not be cached, according to its meta tags.</p>
    </body>
</html>

以上是关于html 禁用所有浏览器(据称)的HTML页面缓存。的主要内容,如果未能解决你的问题,请参考以下文章

html中怎么用meta语句禁用页面缓存?

浏览器,开发模式(禁用缓存)

如何禁用 ASP.NET 网站的所有的 浏览器缓存 ?

禁用浏览器缓存 HTML5

AngularJS 在开发机器上禁用部分缓存

Erlang Cowboy,牛仔缓存页面吗?