如何在jQuery中添加表格行最好,我使用$('#myTable').append('my datamore data');但是再dom中他被添加到了tbody的外面
$('#myTable tr:last').after('<tr>...</tr><tr>...</tr>');