var ua = window.navigator.userAgent;
           var isiOS = !!ua.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); //ios终端
           if(!isiOS){ //android 端
              this.title = this.getUrlParam('title')||'default';
           }else{ //IOS端
               this.title = decodeURI(this.getUrlParam('title')||'');// decodeURI()转码
           }

Logo

智屏生态联盟致力于大屏生态发展,利用大屏快应用技术降低开发者开发、发布大屏应用门槛

更多推荐