$('#tabLeader tr').slice(2).remove();//删除第二行下面所有的,从第三行开始
$('#tabLeader tr').slice(2,5).remove();//删除从第三行开始到第五行包括第五行