var supporttouch = "ontouchend" in document;
!supporttouch && (window.location.href = 'forum.php?mobile=1');
就可以访问触屏版了(访问普通版:http://yourdomain.com?mobile=1,触屏版:http://yourdomain.com?mobile=2)
var supporttouch = "ontouchend" in document;
!supporttouch && (window.location.href = 'forum.php?mobile=1');
相关文章: