$("#test1").on('click', function(e) { $(this).text('触发事件:' + e.type) })
e指的是你鼠标的行为 点击他会提示click 就是单击事件