Muh*_*han 2 html javascript css jquery html-table
我可以用这个得到 td 的最后一个孩子
$jq('#stripeTable > tbody > tr:nth-child('+(i+1)+') >td:last-child').text(colValues +" < "+ colValuesWithOverTime);
Run Code Online (Sandbox Code Playgroud)
该怎么做并获得 td 的倒数第二个孩子,就像我使用td:last-child获得最后一个孩子一样