예제 #1
0
파일: test.php 프로젝트: ashora/leiphp
function method_post()
{
    echo 'POST请求';
    APP::dump($_POST);
}