function getBrowser() {
let e = navigator.userAgent.toLowerCase();
return window.ActiveXObject
|| "ActiveXObject" in window
? "ie"
: e.indexOf("firefox") >= 0
? "firefox"
: e.indexOf("chrome") >= 0
? "chrome"
: e.indexOf("opera") >= 0
? "opera"
: e.indexOf("safari") >= 0
? "safari"
: "ie"
}
相关文章
- 11-13VS2015 C++ 获取 Edit Control 控件的文本内容,以及把获取到的CString类型的内容转换为 int 型
- 11-13.net 获取类型的Type类型的几种方法
- 11-13c – 从特征中获取const或非const引用类型
- 11-13的Puppeteer群集示例抛出错误:无法获取浏览器页面
- 11-13关于浏览器接口Preview中的数值和postman中获取到的不一致问题
- 11-13CodeGo.net>如何获取不同类型的集合之间的匹配?
- 11-13js获取referer,兼容各种浏览器
- 11-13浏览器获取设备方向
- 11-13javascript中不同数据类型的内存使用情况
- 11-13c-获取父母的类型