var supporttouch = "ontouchend" in document;
!supporttouch && (window.location.href = 'forum.php?mobile=1');



就可以访问触屏版了(访问普通版:http://yourdomain.com?mobile=1,触屏版:http://yourdomain.com?mobile=2)

相关文章:

  • 2021-09-21
  • 2021-08-11
  • 2021-12-31
  • 2022-01-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-20
  • 2021-12-20
  • 2021-05-03
  • 2022-01-06
  • 2021-11-17
  • 2021-04-13
  • 2021-06-27
相关资源
相似解决方案