📅  最后修改于: 2022-03-11 15:03:32.357000             🧑  作者: Mango
代码示例1
// Select the element at index n within the matched set
$( "td:eq( 2 )" ).css( "color", "red" ); // gets 3rd row (0-indexed)