Ejemplo n.º 1
0
function method_post()
{
    echo 'POST请求';
    APP::dump($_POST);
}