[php]禁用缓存

header("Expires: -1");

header("Cache-Control: no_cache");

header("pragma: no-cache");

三者都可以达到禁用缓存的效果但是由于浏览器种类多,所都写上保险点