php禁止浏览器对页面进行缓存header()设置 

 以下三行是为了对不同浏览器进行兼容处理

header("Cache-Control:no-cache");
header("Pragma:no-cache");
header("Expires:-1");