单项选择题

A.$("ancestor-descendant")匹配并获取ancestor元素里的所有后代descendant元素
B.$("parent<child")匹配并获取parent元素里的子元素
C.$("prev+next")匹配并获取紧挨着prev元素后的next元素
D.$("prev~siblings")匹配并获取prev元素后的所有siblings元素