单项选择题

以下not()方法使用正确的是()。

A.$("div").not(".div01")
B.not(".div01").$("div")
C.not("div:’div01’")
D.$("div").not()=="div01"