如何用php清除浏览器缓存?
如何用php清除浏览器缓存?
How to clear browser cache with php?
推荐答案
header("Cache-Control: no-cache, must-revalidate");
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Content-Type: application/xml; charset=utf-8");
相关文章