页面后退时强制刷新页面方法


 

1、

 response设置

  response.setHeader

  各种不缓存的header头。 

( "Pragma", "no-cache" );
( "Cache-Control", "must-revalidate" );
( "Cache-Control", "no-cache" );
( "Cache-Control", "no-store" );  

1、页面head设置

<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="0">


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM