数组存储问题 SSH 后台怎样存储
本帖最后由 Simpellife 于 2012-12-07 11:14:24 编辑 <tr>
<td width="15%" align="center" class="alt"><span>商品名称</span></td>
<td align="center" colspan="3" class="alt"><span>问题详细</span></td>
</tr>
<tr>
<td width="15%" >
<input type="text" class="input5" size="30" name="proList[0].productName" value=""/>
</td>
<td colspan="3" >
<input type="text" class="input5" size="180" name="proList[0].problemDetail" value=""/>
</td>
</tr>
js code:
var i=1;
function addRow(){
var newTr = table2.insertRow();
var newTd0 = newTr.insertCell();
var newTd1 = newTr.insertCell();
newTd0.innerHTML ='<td align="center"><input name="proList['+i+'].productName" type="text" class="input5" size="30" value=""/></td>';
newTd1.innerHTML= '<td colspan="3" ><input name="proList['+i+'].problemDetail" type="text" class="input5" size="180" value=""/></td>';
i++;
}
[解决办法]
ll想问什么啊
[解决办法]
没明白
[解决办法]