示例#1
0
文件: fs.php 项目: patrix/oraculum
function post($indice, $tipo = "s")
{
    return Oraculum_Request::post($indice, $tipo);
}