摘要: 移动端 1. click事件 单击事件,类似于PC端的click,但在移动端中,连续click的触发有200ms ~ 300ms的延迟 2. touch类事件 touchstart: 当在屏幕上按下手指时触发 touchmove: 当在屏幕上移动手指时触发 touchend: 当在屏幕上抬起手指时触 阅读全文
posted @ 2022-04-26 14:12 秃头大宝贝 阅读(189) 评论(0) 推荐(0)