天天看點

PHP,HTML,JSP,ASP設定浏覽器不緩存

PHP強制浏覽器不緩存的方法:

PHP:

<?php 
header('Cache-Control:no-cache,must-revalidate');   
header('Pragma:no-cache');   
?>       

原文位址:PHP,HTML,JSP,ASP設定浏覽器不緩存

繼續閱讀