单项选择题

下列代码能够正确找到id为test的div元素的代码是?(其中$为jQuery)()

A.$(’.test’)
B.$(’div#test’)
C.$(’div.test’)
D.$(’div’)