单项选择题

A.li:nth-child(2n){color:red;}
B.li:nth-child(n+1){color:red;}
C.li:nth-child(even){color:red;}
D.li:nth-child(odd){color:red;}