摘要: 点击事件可以分解成多个事件: 在移动端,手指点击一个元素,会经过:touchstart --> touchmove -> touchend --> click 由于移动设备能够同时识别 touchstart 和 click 事件,因此当用户点击目标元素时,绑定在目标元素上的 touchstart 事 阅读全文
posted @ 2020-04-05 17:21 心无引擎,眼无流派 阅读(1096) 评论(0) 推荐(0) 编辑