单项选择题

在jQuery中,$(this)和this的区别,正确说法的是? ()

A.$(this)返回一个jQuery对象,可以使用jQuery的相关方法
B.this返回一个jQuery对象,可以使用jQuery的相关方法
C.$(this)返回一个原生dom对象,可以使用jQuery的相关方法
D.没区别