对象中List传递到前端页面

提交的时候如何循环的List封装到对象中的List中提交呢

对象中List传递到前端页面


<input name="baseBomSecondList[0].phaseName" type="text" .... />
<input name="baseBomSecondList[1].phaseName" type="text" .... />
<input name="baseBomSecondList[2].phaseName" type="text" .... />