公告板
版本库
filestore
活动
搜索
登录
main
/
www
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
10395 【GM版】新渠道游戏GM版本(修复query_role接口user账号存在“_”时无法查询角色bug;) )
hxp
2025-03-10
41e3426f22a7c19f933f301b788a29b87d01c2a9
[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']);
?>