首页 > 开发 > PHP > 正文

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

2024-05-04 22:55:29
字体:
来源:转载
供稿:网友
注册会员,创建你的web开发资料库,试试这样:)<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;);<br>
header(&quot;pragma: no-cache&quot;);
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表