This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function() { | |
| setTimeout(function() { | |
| var div = document.createElement('div'); | |
| div.id = 'js_ie_notsupport'; | |
| div.innerHTML='<div class="ie-not-support">将浏览器更新为Firefox浏览器或Chrome浏览器,以获得更好的体验</div>' | |
| if (window.attachEvent) { | |
| window.attachEvent('onload', checkIEVersion); | |
| } else if (window.addEventListener) { |