如何查找jQuery 1.8 +中的对象的事件处理程序? var func = function(){ alert(1); }; var obj = $('#obj'); obj.on("click", func); // obj.data('events') is undefined