php- post表单 input name属性的问题

mac2022-06-30  28

<input type='text'  style='width: 99px' name='deptNo'></td>

name为字符串的时候传递的是单个字符串

<input type='text'  style='width: 99px' name='deptNo[]'></td>

name为数组的时候传递的是数组

转载于:https://www.cnblogs.com/c-x-a/p/6553331.html

最新回复(0)