$('#table tr').each(function() {
console.log($(this).find("td:first").text());
});
(adsbygoogle = window.adsbygoogle || []).push({});
来源:https://www.02405.com/archives/1910
$('#table tr').each(function() {
console.log($(this).find("td:first").text());
});
来源:https://www.02405.com/archives/1910