首页 > 代码库 > 禁止缓存

禁止缓存

<?php     header("Expires:-1");    header("Cache-Control:no-cache");    header("Pragma:no-cache");?>

 

禁止缓存