码迷,mamicode.com
首页 > 其他好文 > 详细

yii2.0用form传值post方法

时间:2019-06-22 10:59:21      阅读:114      评论:0      收藏:0      [点我收藏+]

标签:BMI   orm   play   hide   method   php   dex   --   ide   

技术图片
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方法

标签:BMI   orm   play   hide   method   php   dex   --   ide   

原文地址:https://www.cnblogs.com/funbaby/p/11067716.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!