原文:https://www.cnblogs.com/lyhc/p/6472652.html

//隐藏表格第一列
$('tr').find('th:eq(0)').hide(); 
$('tr').find('td:eq(0)').hide();
posted on 2021-05-13 18:20  多年小白  阅读(1203)  评论(0)    收藏  举报