gpt4 book ai didi

html - 表中表

转载 作者:行者123 更新时间:2023-11-28 03:10:40 24 4
gpt4 key购买 nike

我在表格中添加了表格。

enter image description here

 <tr>
<td colspan="10">
<table border="2" cellpadding="1" cellspacing="1">
<tr>
<td>col1 </td>
<td>col2</td>
</tr>
<tr >
<td >TEST </td>
<td >33444</td>
</tr>
<tr >
<td >TEST</td>
<td >9900</td>
</tr>
</table>
</td>
</tr>

但我想要 col1 下的“TEST”值和 col2 下的数值。目前所有值都显示在 col1 下。

编辑 - 实际代码

 <tr>
<td colspan="10">
<table class='<%= "table"+count%>' style="display:none" border="2" cellpadding="1" cellspacing="1">
<tr>
<td>col1 </td>
<td>col2</td>
</tr>

<nested:iterate property="equipC" id="equipmentFormBean" indexId="ffIndex" >
<tr class='<%= "table"+count%> dataOff' style="display:none">
<td align="right" ><nested:write property="equipInitial" /> </td>
<td ><nested:write property="equipNum" /> </td>

</tr>
</nested:iterate>
</table>
</td>
</tr>

怎么做?

最佳答案

enter image description here

使用谷歌浏览器...您的 html 代码是正确的。在我的 PC 上,我看到值在 COL2 中。

关于html - 表中表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30723705/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com