正常获取
$_POST['post']; $_GET['get'];
获取所有参数(未写在链接中的情况下)
$this->request->param();
通过param获取单一参数
$this->request->param('page');