注意:此页面搜索的是所有试题
以下选择器中可匹配table中tbody下的偶数行的有:( )。
A.table>tbody>tr:nth-child(even) B. table>tbody>tr:nth-child(odd)
C. table>tbody>tr:nth-child(2n+1) D. table>tbody>tr:nth-child(2n)

参考答案