时间:2021-07-01 10:21:17 帮助过:28人阅读
header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past就可一劳永逸的解决这个问题,而不必每到使用时去改变url
header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header ("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header ("Pragma: no-cache"); // HTTP/1.0