标签:http ar html htm res ad ui on
在html页面head标签之间添加以下标识可以避免大多数浏览器缓存:
<meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Cache-Control" content="no-cache" /> <meta http-equiv="Expires" content="0" />
设置html页面不让浏览器缓存的方法,布布扣,bubuko.com
标签:http ar html htm res ad ui on
原文地址:http://my.oschina.net/wbo0801/blog/298968