我有一个从 .net 应用程序填充的表,该应用程序产生以下内容...
<table>
<tbody>
...
<tr>...anything below...
<table>
<tbody id="blahlkjasdblah">
<tr><td>
lots of custom content
</td></tr>
</tbody>
</table>
</tr>
<tr>...anything below...
<div id="something">
<table id="othertable">
<tbody>
<tr><td>
lots of other custom content that is different
</td></tr>
</tbody>
</table>
</div>
</tr>
</tbody>
</table>
反转**these first two parent only**
<tr>
NOT NESTED TABLES OR TR 块的最佳方法是什么,这样底部的那个在第一个的顶部?
谢谢