如果安装了APP则自动条状app,如果没安装则自动跳转下载页面 <head> 放在head中加载 <script> function redirect() { var appUri; var appStoreUrl; var eventId = getQueryString("eventId"); switch (getDevice()) { case "iOS": appUri = "yomovie-thing://?eventI
判断你的浏览设备: navigator.userAgent.toLowerCase(); (返回当前用户所使用的是什么浏览器,将获得的信息变成小写) function browserRedirect() { var _devices= navigator.userAgent.toLowerCase(); var bIsIpad = _devices.match(/ipad/i) == "ipad"; var bIsIphoneOs = _devices.match(/iphone os