前端 touch 事件知多少

此篇文章主要介绍touch类的事件, 也会顺带介绍下mouse类的, 因为比较类似 分类 touch类和mouse类的时间主要有 touch 事件 touch事件初体验: http://demo.404mzk.com/event/base/window_all_type.html touchstart: 手指触摸屏幕时触发 touchmove: 手指滑动屏幕时触发...