找考题网-背景图
单项选择题

选择除了下标为3的元素之外的所有元素,代码为()

A.$("li:eq(3)").css("background-color","red")
B.$("li:lt(3)").css("background-color","red")
C.$("li:not(:eq(3))").css("background-color","red")
D.$("li:even").css("background-color","red")

热门试题