摘要: $('#sample_1 tr').find('td').each(function(){ if ($(this).index() == "3") { // 要获取第4列的值 alert($(this).text()); } }); 阅读全文
posted @ 2017-01-12 16:44 五环 阅读(199) 评论(0) 推荐(0) 编辑