gpt4 book ai didi

php - 如何在 PHP 中 3 秒内切换到另一个页面?

转载 作者:行者123 更新时间:2023-12-05 08:44:48 24 4
gpt4 key购买 nike

这是我的尝试:

@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秒后生效?

最佳答案

这应该可以在 PHP 中工作:

header('Refresh: 3; url=index.php');

关于php - 如何在 PHP 中 3 秒内切换到另一个页面?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1065753/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com