遍历表格的某一列 $('#sample_1 tr').find('td').each(function(){ if ($(this).index() == "3") { // 要获取第4列的值 alert($(this).text()); } }); 转载于:https://www.cnblogs.com/zwhbk/p/6278872.ht... Other 2024-01-24 37 点赞 0 评论 56 浏览