【发布时间】:2009-06-30 20:05:46
【问题描述】:
这是我的尝试:
@header("Content-type: text/html; charset=utf-8");
@header("Location:/index.php");
@header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
@header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past
如你所见,“3秒”是无法控制的,如何让它在3秒内生效?
【问题讨论】: