示例#1
0
文件: global.php 项目: xpd1437/swap
function g_int($key, $default = 0)
{
    return visitor::g_int($key, $default);
}