function data(e) { alert(e.data) //1111 } function a() { $("button:eq(2)").click(1111, data) } a();
a()就已经调用了 a()函数啊,然后a()函数里面不就有调用了data函数