📜  Cache-Control: no-cache, no-store Expires: 0 Pragma: no-cache - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:29.294000             🧑  作者: Mango

代码示例1
header("Cache-Control: no-cache, no-store, must-revalidate"); // HTTP 1.1.
header("Pragma: no-cache"); // HTTP 1.0.
header("Expires: 0"); // Proxies.