thinkphp3.1 表单中为什么带name带[]的,后台得不到值?

浏览:648 发布日期:2014/09/15 分类:求助交流 关键字: 表单 安全过滤
<form name="form" action="{ApiYing::U('User/Group/GroupAdd')}" method="post" >
<input type="text" name="pics[]">
<input type="text" name="explain[]">
<input type="text" name="pics[]">
<input type="text" name="explain[]">
<input type="text" name="pics[]">
<input type="text" name="explain[]">
<input type="submit" value="提交">
</form>
上面这种写法,在thinkphp中得不到值,请问修改thinkphp哪个地方可以让后台得到表单数据
打印结果是下面的
最佳答案
评论( 相关
后面还有条评论,点击查看>>