在html页面head标签之间添加以下标识可以避免大多数浏览器缓存:
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Expires" content="0" />
在html页面head标签之间添加以下标识可以避免大多数浏览器缓存:
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Expires" content="0" />
转载于:https://my.oschina.net/wbo0801/blog/298968