post提交
-
yii2判断是否是post提交表单
%ign%ignore_a_1%re_a_1%判断是否是post提交表单 判断post提交 if(Yii::$app->request->isPost){ return true; }else{ return false; } 判断get提交 if(Yii::$app->reque…
*本站广告为第三方投放,如发生纠纷,请向本站索取第三方联系方式沟通
%ign%ignore_a_1%re_a_1%判断是否是post提交表单 判断post提交 if(Yii::$app->request->isPost){ return true; }else{ return false; } 判断get提交 if(Yii::$app->reque…