html——设置浏览器禁止缓存页面

html——设置浏览器禁止缓存页面


2021-08-12  00:33:33

 

 

<html>

  <head>
    <meta http-equiv="Pragma" content="no-cache"> 
	<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"> 
	<meta http-equiv="Expires" content="Wed, 14 Feb 1990 00:00:01 GMT">
  </head>

  <body>
  </body>
  
  <head>
    <meta http-equiv="pragma" content="no-cache">
  </head>
  
</html>
上一篇:【leetcode】33. 搜索旋转排序数组


下一篇:(33)FPGA分频设计-偶数分频(第7天)