<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="refresh" content="3;url=redirected_page.php"> <title>页面跳转中...</title> </head> <body> <h1>正在跳转到新页面,请稍候...</h1> </body> </html>
用PHP编写实现3秒跳转功能的示例代码
时间:2025-05-15
时间:2025-05-15
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="refresh" content="3;url=redirected_page.php"> <title>页面跳转中...</title> </head> <body> <h1>正在跳转到新页面,请稍候...</h1> </body> </html>