jquery怎么创建绑定事件的对象

2024-12-13 04:02:17
推荐回答(1个)
回答1:

obj=obj||this;
$(obj).bind("click",function(){
alert("测试")
})