JQuery tr 循环,删除td
$("#tableID").find("tr").each(function (index, e)
{$(this).find("td:last").remove();$(this).find("td:first").remove();})
$("#tableID").find("tr").each(function (index, e)
{$(this).find("td:last").remove();$(this).find("td:first").remove();})