在html页头设置不缓存【转】

html页面中的写法:在标签里增加如下meta标签。

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=8">
<meta http-equiv="Expires" content="0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-control" content="no-cache">
<meta http-equiv="Cache" content="no-cache">

原文链接:https://blog.csdn.net/ijingzhan/article/details/17230707

原文地址:https://www.cnblogs.com/KillBugMe/p/13151467.html