$("#existcustomers tr").click(function () {
var td1 = $(this).children("td").first().text();
alert(td1);
});
我也需要 td2-td10 的值。我似乎无法弄清楚如何做到这一点。我尝试.second()
以相同的方式使用,但这似乎破坏了编程。有谁知道如何为以下 td 实现这一点?