单项选择题

jQuery类选择器可以通过指定的class查找元素语法是()

A.$("test.")
B.$("test")
C.$("#test")
D.$(".test")