公告板
版本库
filestore
活动
搜索
登录
main
/
www
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
10323 【越南】后台公会的特殊需求(没有配置的公会分组卡类型不记录分组数据;)
hxp
2024-12-10
afd4724b931f48efdc0e55e539ff6218d1821b51
[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']);
?>