在controller里判断提交是不是通过post方式: if(Yii::$app->request->isPost){return true;}else{return false;}判断get提交if(Yii::$ap