$(document).ready(function(){
var mobileAgent = new Array("iphone", "ipod", "ipad", "android", "mobile", "blackberry", "webos", "incognito", "webmate", "bada", "nokia", "lg", "ucweb", "skyfire");
var browser = navigator.userAgent.toLowerCase(); 
var isMobile = false; 
for (var i=0; i<mobileAgent.length; i++){ if (browser.indexOf(mobileAgent[i])!=-1){ isMobile = true; 
window.location.href= 'http://m.nxhmmr.cn'; 
break; } } 
})

相关文章:

  • 2022-02-07
  • 2022-12-23
  • 2022-01-13
  • 2021-12-24
  • 2021-06-10
  • 2022-01-23
猜你喜欢
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-29
  • 2022-01-20
  • 2022-12-23
相关资源
相似解决方案