function browserRedirect(url) { var sUserAgent = navigator.userAgent.toLowerCase(); var bIsIphoneOs = sUserAgent.match(/iphone os/i) == “iphone os”; var bIsMidp = sUserAgent.match(/midp/i) == “midp”; var bIsUc7 = sUserAgent.match(/rv:1.2.3.4/i) == “rv:1.2.3.4”; var bIsUc = sUserAgent.match(/ucweb/i) == “ucweb”; var bIsAndroid = sUserAgent.match(/android/i) == “android”; var bIsCE = sUserAgent.match(/windows ce/i) == “windows ce”; var bIsWM = sUserAgent.match(/windows mobile/i) == “windows mobile”; if (bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM){ window.location.replace(url); } }
]]>- 最新日志
- 热评日志
- 随机日志
- 解决银河麒麟系统开机后桌面无图标,只有下方开始菜单和任务栏可操作问题
- Android 9.0 网络权限的问题以及android:usesCleartextTraffic
- 一键修复系统更新造成的打印机无法共享2023.06.15
- 最新版本IDM
- 交换机基本配置命令
- 史上最全华为路由器交换机配置命令大合集
- Linux开关机命令:shutdown,reboot,halt,init之间的区别
- Linux防火墙-iptables/firewalld的使用教程
- 最新腾讯视频QLV转换器 无版本号
- ios版telegram启用中文界面的方法
JS 自动跳转到手机客户端:等您坐沙发呢!