目前共有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");
?>

回復帖子

內容:
用戶名: 您目前是匿名發表
驗證碼:
 
 
©2010-2024 Arslanbar [手機版] [桌面版]
除非另有聲明,本站採用創用CC姓名標示-相同方式分享 3.0 Unported許可協議進行許可。