Fork me on github

网页中meta标记

网页中常常看见有这样的标记,他们是清浏览器缓存用的   
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="0">
PS:清除浏览器中的缓存,它和其它几句合起来用,就可以使你再次进入曾经访问过的页面时,ie浏览器必须从服务端下载最新的内容,达到刷新的效果。
posted @ 2015-07-15 15:54  Champion-水龙果  阅读(153)  评论(0编辑  收藏  举报
Champion-水龙果