var htmls = new Array();
htmls.push("<tr class='otherinfotr'>");
htmls.push("<td>姓名</td>");
htmls.push("<td>");
htmls.push("<input type='text' name='username' />");
htmls.push("</td>");
htmls.push("<td>电话</td>");
htmls.push("<td>");
htmls.push("<input type='text' name='phone' />");
htmls.push("</td>");
htmls.push("</tr>");
$('.otherinfotr:last').after(htmls.join(' '));
有关注的可以加微信共同讨论一下!