<meta http-equiv="pragma" content="no-cache"/>

<meta http-equiv="pragma" content="no-cache"/>

网页中常常看见有这样的标记,他们是清除浏览器缓存用的啊,记录下来,方便以后查询,以免忘记   
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="0">
PS:清除浏览器中的缓存,它和其它几句合起来用,就可以使你再次进入曾经访问过的页面时,浏览器必须从服务端下载最新的内容,达到刷新的效果。
原文地址:https://www.cnblogs.com/isItOk/p/4968718.html