JQuery获取tr中第一个td的值董德多2020年6月9日0 $(#table tr).each(function() { console.log($(this).find(td:first).text());});