单项选择题

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