//绑定事件 bind event $("body").on("click",function(){ console.log("in") }) //获取事件 jQuery._data($("body")[0], "events").click[0].handler