html:
<form>
<input type="text" name="yy_14" value="1000"><input type="text" name="sj_14" value="2000">
<input type="text" name="yy_15" value="3000"><input type="text" name="sj_15" value="3500">
<form>
用jquery得到form的值通过ajax传给php
然后怎么处理才能得到下面的数组呢?
数组
array(
[14](
yy => 1000
sj => 2000
)
[15](
yy => 3000
sj => 3500
)
)
找高手求教!!!