if (navigator.userAgent.match(/ios/i)) {//判断是否是IOS设备! alert("您的当前系统类型是IOS!"); }else if(navigator.userAgent.match(/android/i)){//判断是否是andriod设备! alert("您的当前系统类型是Android!"); }else if(navigator.userAgent.match(/mobile/i)){ alert("您的当前系统类型是移动设备"); }
链接:http://pan.baidu.com/s/1boNgzQv 密码:g9up
调用方式:
uaredirect("http://sipeng.net/ParentPage/CssPage.html");即当有移动设备访问网站时将会跳转到指定目录