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方法的主要内容,如果未能解决你的问题,请参考以下文章

yii 用post可以直接传值,但是不能直接用get传值

From表单中的传值有那几种方法?

php post方法传值 接收不到

soapui里 paramtype =form 类型参数怎么传值

使用form表单进行前后台传值

PHP 表单用post传值不了 跳转出现空白页。。