YII2中的get和post

yii2中接收 post的传值用的是 Yii::$app->getRequest()->post();
                   get的传值用的是 Yii::$app->getRequest()->get();

编程技巧