标签: html html-table
我需要将此表转换为div:
<table> <tr> <td> aaa </td> <td rowspan=2> bbb </td> </tr> <tr><td> fff </td></tr></table>