PHP强制清除缓存

在页面最顶端加上

 

<?php
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . "GMT");
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
?>

posted @ 2016-10-12 11:15  没事就更  阅读(619)  评论(0编辑  收藏  举报