gengshu1111 发表于 2013-1-29 11:22:25

ajax防止缓存生成

ob_end_clean();ob_start();@header("Expires: -1");@header("Cache-Control: no-store, private, post-check=0, pre-check=0, max-age=0", FALSE);@header("Pragma: no-cache");@header("Content-type: text/html; charset=utf-8");
页: [1]
查看完整版本: ajax防止缓存生成