java jsp网页制作的表格怎么样才能编辑
<trheight=19style='height:14.25pt'><tdrowspan=2height=38class=xl78style='height:28.5p...
<tr height=19 style='height:14.25pt'>
<td rowspan=2 height=38 class=xl78 style='height:28.5pt;border-top:none'> </td>
<td rowspan=2 class=xl79 width=72 style='border-bottom:.5pt solid black;
border-top:none;width:54pt'> </td>
<td rowspan=2 class=xl80 width=72 style='border-bottom:.5pt solid black;
border-top:none;width:54pt'> </td>
<td class=xl74 width=72 style='border-left:none;width:54pt'>计划 </td>
<td class=xl81 width=72 style='border-left:none;width:54pt'> </td>
<td class=xl82 width=72 style='border-left:none;width:54pt'> </td>
<td class=xl81 width=72 style='border-left:none;width:54pt'> </td>
<td class=xl81 width=72 style='border-left:none;width:54pt'> </td>
<td rowspan=2 class=xl87 width=72 style='border-bottom:.5pt solid black;
width:54pt'> </td>
<td class=xl81 width=72 style='border-left:none;width:54pt'> </td>
<td class=xl81 width=72 style='border-left:none;width:54pt'> </td>
<td class=xl81 width=72 style='border-left:none;width:54pt'> </td>
</tr>
<tr height=19 style='height:14.25pt'>
<td height=19 class=xl85 width=72 style='height:14.25pt;border-left:none;
width:54pt'>实际</td>
<td class=xl81 width=72 style='border-top:none;border-left:none;width:54pt'> </td>
<td class=xl81 width=72 style='border-top:none;border-left:none;width:54pt'> </td>
<td class=xl81 width=72 style='border-top:none;border-left:none;width:54pt'> </td>
<td class=xl81 width=72 style='border-top:none;border-left:none;width:54pt'> </td>
<td class=xl81 width=72 style='border-top:none;border-left:none;width:54pt'> </td>
<td class=xl86 width=72 style='border-left:none;width:54pt'> </td>
<td class=xl86 width=72 style='border-left:none;width:54pt'> </td>
</tr>
<![if supportMisalignedColumns]>
<tr height=0 style='display:none'>
<td width=72 style='width:54pt'></td>
<td width=72 style='width:54pt'></td>
<td width=72 style='width:54pt'></td>
<td width=72 style='width:54pt'></td>
<td width=72 style='width:54pt'></td>
<td width=72 style='width:54pt'></td>
<td width=72 style='width:54pt'></td>
<td width=72 style='width:54pt'></td>
<td width=72 style='width:54pt'></td>
<td width=72 style='width:54pt'></td>
<td width=72 style='width:54pt'></td>
<td width=72 style='width:54pt'></td>
</tr>
<![endif]>
</table>
这是表格的代码
下面是表格的样式
我要怎么样才能向表格中空白的地方输入数据,然后再提交表单到数据库 展开
<td rowspan=2 height=38 class=xl78 style='height:28.5pt;border-top:none'> </td>
<td rowspan=2 class=xl79 width=72 style='border-bottom:.5pt solid black;
border-top:none;width:54pt'> </td>
<td rowspan=2 class=xl80 width=72 style='border-bottom:.5pt solid black;
border-top:none;width:54pt'> </td>
<td class=xl74 width=72 style='border-left:none;width:54pt'>计划 </td>
<td class=xl81 width=72 style='border-left:none;width:54pt'> </td>
<td class=xl82 width=72 style='border-left:none;width:54pt'> </td>
<td class=xl81 width=72 style='border-left:none;width:54pt'> </td>
<td class=xl81 width=72 style='border-left:none;width:54pt'> </td>
<td rowspan=2 class=xl87 width=72 style='border-bottom:.5pt solid black;
width:54pt'> </td>
<td class=xl81 width=72 style='border-left:none;width:54pt'> </td>
<td class=xl81 width=72 style='border-left:none;width:54pt'> </td>
<td class=xl81 width=72 style='border-left:none;width:54pt'> </td>
</tr>
<tr height=19 style='height:14.25pt'>
<td height=19 class=xl85 width=72 style='height:14.25pt;border-left:none;
width:54pt'>实际</td>
<td class=xl81 width=72 style='border-top:none;border-left:none;width:54pt'> </td>
<td class=xl81 width=72 style='border-top:none;border-left:none;width:54pt'> </td>
<td class=xl81 width=72 style='border-top:none;border-left:none;width:54pt'> </td>
<td class=xl81 width=72 style='border-top:none;border-left:none;width:54pt'> </td>
<td class=xl81 width=72 style='border-top:none;border-left:none;width:54pt'> </td>
<td class=xl86 width=72 style='border-left:none;width:54pt'> </td>
<td class=xl86 width=72 style='border-left:none;width:54pt'> </td>
</tr>
<![if supportMisalignedColumns]>
<tr height=0 style='display:none'>
<td width=72 style='width:54pt'></td>
<td width=72 style='width:54pt'></td>
<td width=72 style='width:54pt'></td>
<td width=72 style='width:54pt'></td>
<td width=72 style='width:54pt'></td>
<td width=72 style='width:54pt'></td>
<td width=72 style='width:54pt'></td>
<td width=72 style='width:54pt'></td>
<td width=72 style='width:54pt'></td>
<td width=72 style='width:54pt'></td>
<td width=72 style='width:54pt'></td>
<td width=72 style='width:54pt'></td>
</tr>
<![endif]>
</table>
这是表格的代码
下面是表格的样式
我要怎么样才能向表格中空白的地方输入数据,然后再提交表单到数据库 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询