var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串 var isIE = userAgent.indexOf("compatible") > -1 && userAgent.indexOf("MSIE") > -1; //判断是否IE<11浏览器 var isEdge = userAgent.indexOf("Edge") > -1 && !isIE; //判断是否IE的Edge浏览器 var isIE11 = userAgent.indexOf('Trident') > -1 && userAgent.indexOf("rv:11.0") > -1; if(isIE) { var reIE = new RegExp("MSIE (\\d+\\.\\d+);"); reIE.test(userAgent); var fIEVersion = parseFloat(RegExp["$1"]); if(fIEVersion == 7) { console.log('我是IE7') } else if(fIEVersion == 8) { console.log('我是IE8') } else if(fIEVersion == 9) { console.log('我是IE9') } else if(fIEVersion == 10) { console.log('我是IE10') } else { console.log('我是IE6') } } else if(isEdge) { console.log('我是edge') } else if(isIE11) { console.log('我是IE11') }else{ return -1;//不是ie浏览器 }
悟空浏览器的秘密:如何轻松下载小说和视频?网页版入口大公开!
上面是“判断当前浏览器是不是ie,什么版本号”的全面内容,想了解更多关于 前端知识 内容,请继续关注web建站教程。
当前网址:https://ipkd.cn/webs_2081.html
workflows工作流
一个极其美丽细致的女孩ComfyUI工作流
一条赤壁龙从蛋中孵化出来ComfyUI工作流
奋斗的小黄人ComfyUI工作流
一个穿着发光红色长袍的人
一只巨大的极其精细的鞋子ComfyUI工作流
汗血宝马ComfyUI工作流
丛林里坐着一尊佛像
3d卡通风格多彩头发的女人
猜你喜欢
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!

2023年程序猿如何给自己开启一场烟花盛会
一起去看流星雨(代码)
3d文字动画效果
canvas经线动画走到效果
SVG路径动画效果
利用js做一个炫酷音乐背景效果
纯css3绘制的小鸟






