var userAgent = navigator.userAgent; var isIE = userAgent.indexOf("compatible") > -1 && userAgent.indexOf("MSIE") > -1 && !(userAgent.indexOf("Opera") > -1); var isEdge = userAgent.indexOf("Trident") > -1; if (isIE) { alert("这就是IE浏览器!") } else if (isEdge) { alert("这是Edge!") } else { alert("这是先进的浏览器!") }
IE:这个敌意满满的世界!
Edge:过分!
我:啦啦啦。。。