以下not()方法使用正确的是()。
A:$("div").not(".div01")
B:not(".div01").$("div")
C:not("div:’div01’")
D:$("div").not()=="div01"
出自:计算机科学