thinkphp里 表单提交数组的问题
表单
<td class="norightborder"><br /> <tbody><br /> <tr ><br /> <td width="350" style="width:350px;"><input type="text" name="option[]" value="" class="px" style="width:350px;"></td><br /> <td><input type="text" name="listorder[]" value="1" style="width:35px;" class="px"></td> <br /> </tr><br /> <tr ><br /> <td width="350" style="width:350px;"><input type="text" name="option[]" value="" class="px" style="width:350px;"></td><br /> <td><input type="text" name="listorder[]" value="2" style="width:35px;" class="px"></td> <br /> </tr><br /> <tr ><br /> <td width="350" style="width:350px;"><input type="text" name="option[]" value="" class="px" style="width:350px;"></td><br /> <td><input type="text" name="listorder[]" value="3" style="width:35px;" class="px"></td> <br /> </tr><br />