設置 | 登錄 | 註冊

作者共發了1篇帖子。

【php】php禁止ie缓存页面

1樓 巨大八爪鱼 2010-12-4 16:00
<?php
header("content-type:text/xml;charset=gb2312");
header("Expires:-1");
header("Cache-Control: no-store,private,post-check=0,pre-check=0,max-age=0",false);
header("Pragma: no-cache");
?>

內容轉換:

回覆帖子
內容:
用戶名: 您目前是匿名發表。
驗證碼:
看不清?換一張