在表格中使用使用jquery获取父级元素后在获取相应的td进行删除 代码:$(‘当前行的触发按钮’).parent()..find(‘td:not(:first):not(:last)’).remove();