标签: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>
<!-- yii2.0用post可以直接传值 -->
<form action="index.php?r=控制器名/方法名" method="post">
<input type="text" name="user">
<input type="submit" value="添加">
</form>
标签:BMI orm play hide method php dex -- ide
原文地址:https://www.cnblogs.com/funbaby/p/11067716.html