$('.text').on('touchstart',function(event){ //始终触发 }); $('.text').on('touchend',function(){ //第一次不触发,后面触发正常 }); 查看完整描述