$("#comm tr").empty();

 

comm为table的id

 

 

 $("#comm tr:not(:first)").empty();

保留第一行,删除其它所有的行

相关文章: