单项选择题

A.$("li:first-child")
B.$("li:nth-child(0)")
C.$("li:only-child")
D.$("li:last-child")