我无法得到...
<?php
header( "Refresh: 5; URL=http://www.mywebsite.com" );
?>
...在 Internet Explorer 中工作(该死的!)。
它在 Chrome 中运行良好,如果我使用...
header("Location: http://www.mywebsite.com");
...它适用于两者,但我没有延迟。
我无法得到...
<?php
header( "Refresh: 5; URL=http://www.mywebsite.com" );
?>
...在 Internet Explorer 中工作(该死的!)。
它在 Chrome 中运行良好,如果我使用...
header("Location: http://www.mywebsite.com");
...它适用于两者,但我没有延迟。