获得jquery对象:

function foo(e){

var obj = $(e.target);

}

05-11 17:51