hxp
2025-06-04 f4a514d5ac952110da846636ecbb9de951eaf3d2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
namespace DoJumpPage;
#´´½¨ÈÕÆÚ£º2012-5-2 ÉÏÎç11:18:00
#×÷Õߣºxcc
include_once '/Common/CommFunc.php';
 
//$title:
function DoJumpPage($title, $timer, $url)
{
    $post['timer'] = $timer;
    $post['title'] = $title;
    $post['url'] = $url;
 
    echo \CommFunc\DoPost('http://localhost/ProjComm/TimerJump.php', $post);
}
?>