$("#tableID").find("tr").each(function (index, e) {$(this).find("td:last").remove();$(this).find("td:first").remove();})
时间: 2024-10-17 09:22:46
$("#tableID").find("tr").each(function (index, e) {$(this).find("td:last").remove();$(this).find("td:first").remove();})