设置header居然无效果,缓存依然,真是冒汗.<?php
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // Date in the past
?>
最后在URL地址上面加一随机数或时间,问题解决.
var url=”http://www.tagbar.cn/index.php?ajax=1&id=2&ignore=” + new Date().getTime();