document.body.addEventListener('touchmove', function (e) {
                e.preventDefault()
            }, { passive: false })

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2021-11-12
  • 2021-12-19
  • 2022-01-13
猜你喜欢
  • 2021-09-24
  • 2022-12-23
  • 2022-01-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案