以下选择器中可匹配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)
出自:国家开放大学Web的工作方式