yii2.0用form传值post方法

Posted funbaby

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了yii2.0用form传值post方法相关的知识,希望对你有一定的参考价值。

技术图片
1 <!-- yii2.0用post可以直接传值 -->
2 <form action="index.php?r=控制器名/方法名" method="post">
3     <input type="text" name="user">
4     <input type="submit" value="添加">
5 </form>
View Code

<!-- yii2.0用post可以直接传值 -->
<form action="index.php?r=控制器名/方法名" method="post">
<input type="text" name="user">
<input type="submit" value="添加">
</form>

以上是关于yii2.0用form传值post方法的主要内容,如果未能解决你的问题,请参考以下文章