hxp
2025-06-04 f4a514d5ac952110da846636ecbb9de951eaf3d2
1
2
3
4
5
6
7
8
9
10
<?php
namespace TestTimerJump;
//include_once '/Common/CommFunc.php';
include_once '/ProjComm/DoJumpPage.php';
 
$post['timer'] = 5;
$post['title'] = "Õâ¸öÊDZêÌâ";
$post['url'] = "http://www.baidu.com/";
echo \DoJumpPage\DoJumpPage($post['title'], $post['timer'], $post['url']);
?>