0

サーバーとディスプレイからすべての画像を取得するコンテンツ フローがあります。このコンテンツ フローは Chrome では画像を表示できますが、Mozilla/Firefox では表示できません。

このコードはjsファイルにあります。

            this.Opera=window.opera?true:false;
    this.IE=document.all&&!this.Opera?true:false;
    this.IE6=this.IE&&typeof (window.XMLHttpRequest)=="undefined"?true:false;
    this.IE8=this.IE&&typeof(document.querySelectorAll)!="undefined"?true:false;
    this.IE7=this.IE&&!this.IE6&&!this.IE8?true:false;
    this.WebKit=/WebKit/i.test(navigator.userAgent)?true:false,this.iPhone=/iPhone|iPod/i.test(navigator.userAgent)?true:false;
    this.Chrome=/Chrome/i.test(navigator.userAgent)?true:false;
    this.Mozilla= /Mozilla/i.test(navigator.userAgent) ? true : false;
    this.Safari=/Safari/i.test(navigator.userAgent)&&!this.Chrome?true:false;
4

0 に答える 0