摘要: 1. on()方法 $("#app").on("click mouseover", function() { console.log(1) }); 2.bind()方法 $("#app").bind("click mouseover", function() { console.log(1) }); 阅读全文
posted @ 2019-03-26 17:41 氧化成风 阅读(1015) 评论(0) 推荐(0)