当前位置:Linux教程 - Php - 怎么才能让页面直接调用服务器上的程序,而不是调用本地缓存的页面?

怎么才能让页面直接调用服务器上的程序,而不是调用本地缓存的页面?

试试这样:)<br>
应该可以了。。<br>
header(&quot;Expires: Mon, 26 Jul 2000 05:00:00 GMT&quot;);<br>
header(&quot;Last-Modified: &quot; . gmdate(&quot;D, d M Y H:i:s&quot;) . &quot;GMT&quot;);<br>
header(&quot;Cache-Control: no-cache, must-revalidate&quot;);<b