checkbox选中要删除某一行元素<tr> 获取它元素的父级元素删除,自己不能删除自己; tr.parentNode.removeChild('tr'); 转载于:https://www.cnblogs.com/dxt510/p/7510625.html