我正在寻找一种 javascript 语言的算法,它将读取表头,然后以字符串或作为 DOM 对象返回等效的 DIV。标题如下所示:
HTML:
<thead>
<tr>
<th rowspan="2">MinistryCode</th>
<th rowspan="2">MinistryName</th>
<th colspan="2">1390</th>
<th colspan="2">1391</th>
<th colspan="2">1392</th>
</tr>
<tr>
<th>Target</th>
<th>Amount</th>
<th>Target</th>
<th>Amount</th>
<th>Target</th>
<th>Amount</th>
</tr>
</thead>