单项选择题

在jQuery选择器中,获取匹配prev元素后紧邻的兄弟元素用下面()来实现。

A.parent>child
B.prev+next
C.prev~siblings
D.nextAll()