| 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); |  | } |  | ?> | 
 |