A.使用:only-child选择器只能获得一个子元素B.:first-child与:first选择器都能用来获取ul列表下的li元素C.prev~siblings选择器与siblings()方法的使用效果一致D.parent>child选择器与children()方法的使用效果一致