时间:2021-07-01 10:21:17 帮助过:45人阅读
判断post提交
if(Yii::$app->request->isPost){ return true; }else{ return false; }
推荐教程:yii框架
判断get提交
if(Yii::$app->request->isGet){ return true; }else{ return false; }
更多编程相关内容,请关注Gxlcms编程入门栏目!
以上就是yii2如何判断是否是post提交表单的详细内容,更多请关注Gxlcms其它相关文章!