这样写:
$(
".aa"
).on(
"mouseout"
,
function
(){
var
obj = $(
this
);
setTimeout(
rc(obj);
},1000);
})
rc(obj){
obj.removeClass(
"bb"
)
}