判断是否IE

1 var checkIE = function(){
2     if(navigator.appName == 'Microsoft Internet Explorer' || navigator.userAgent.indexOf("Trident") > 0){
3         return true;
4     }else{
5         return false;
6     }
7 }

 

posted @ 2020-12-09 11:38  傅丹辰cds  阅读(78)  评论(0编辑  收藏  举报