摘要: JQuery写法: $('#id').on('touchstart',function(e) { var _touch = e.originalEvent.targetTouches[0]; var _x= _touch.pageX; }); $('#id').on('touchmove',func 阅读全文
posted @ 2017-11-13 13:44 chok 阅读(1358) 评论(0) 推荐(0) 编辑