代码: /*去掉iphone手机滑动默认行为*/ $('body').on('touchmove', function (event) { event.preventDefault(); }); 相关文章: 2021-12-20 2021-12-12 2021-08-01 2018-06-08 2019-08-14 2019-12-17 2021-11-05 2020-06-01