扫码关注官方订阅号
发现触发是有规律的,第一次滑动触发一次,第二次滑动就触发两次,第三次触发三次。
这是demo地址:http://notgeekatall.github.io/demo/touch...如果打不开代码在这:https://github.com/NotGeekAtAll/NotGeekA...
光阴似箭催人老,日月如移越少年。
因为你每次touchstart里面就新添加一次touchmove和touchend事件的绑定
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
因为你每次touchstart里面就新添加一次touchmove和touchend事件的绑定