<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哪个地方可以让后台得到表单数据
打印结果是下面的
最佳答案