摘要: 1-如何多次给同一元素绑定多种同类型的事件? $(".aa").on("click",function(){ alert(1) }).on("mousemove",function(){ console.log(1); }); $(".aa").on({click:function(){ alert 阅读全文
posted @ 2021-02-16 16:08 景沁同学 阅读(60) 评论(0) 推荐(0)