单项选择题

匹配并获取prev元素后的所有siblings元素是()

A.$("prev next")
B.$("prev +next")
C.$("prev ~next")
D.$("prev >next")

热门 试题