公告板
版本库
filestore
活动
搜索
登录
main
/
www
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
10162 后台优化(等级分布、在线人数子服查询默认否;在线人数支持勾选查询单服历史;)
hxp
2024-12-12
f5fc440ae47bc8ff6e4b80ce1dd8905db3da189c
[www.git]
/
ProjComm
/
TestTimerJump.php
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']);
?>