如何将我的表格样式输入文本框转换为一堆与其相似的 div?
<table style="border: 1px solid #000000;" cellpadding="0" cellspacing="0">
<tr>
<td><input style="height: 17px; border: 0; width: 150px;" type="text"></td>
<td style="padding-right: 2px;"><a style="color: red; text-decoration: none;" href="javascript:add()">+</a></td>
</tr>
</table>