当前位置:网站首页>Obtain equipment information
Obtain equipment information
2022-06-23 18:44:00 【Magic uncle】
QQ Judge the browser environment :
function getBrowser() {
if((!!window.opr && !!opr.addons) || !!window.opera || navigator.userAgent.indexOf(' OPR/') >= 0) {
return 'Opera'
}
if(typeof InstallTrigger !== 'undefined') {
return 'Firefox'
}
if(/constructor/i.test(window.HTMLElement) || (function (p) {
return p.toString() === "[object SafariRemoteNotification]"; })(!window['safari'] || (typeof safari !== 'undefined' && window['safari'].pushNotification))) {
return 'Safari'
}
var isIE = /*@[email protected]*/false || !!document.documentMode;
if(isIE) {
return 'IE'
}
if(!isIE && !!window.StyleMedia) {
return 'Edge';
}
var isChrome = !!window.chrome && (!!window.chrome.webstore || !!window.chrome.runtime);
if(isChrome) {
return 'Chrome';
}
if(isChrome && (navigator.userAgent.indexOf("Edg") != -1)) {
return 'EdgeChromium'
}
}
边栏推荐
- (10) Binary tree
- 学习编程只需要这三条建议!
- 【二叉树】翻转二叉树以匹配先序遍历
- Task management of embedded development foundation (thread management)
- 反直觉的三门问题,80%的人都会错?
- Yaxiang spice listed on Shenzhen Stock Exchange: with a market value of 4billion, Dinglong Bohui and Yongyao investment are shareholders
- Leetcode question brushing: hash table 05 (adding four numbers II)
- 五星认证!知道创宇通过中国信通院内容审核服务系统评测
- STM32 (IX) -- can
- Operation of simulated test platform for elevator driver test questions in 2022
猜你喜欢

yapi安装

Nanxin semiconductor rushes to the scientific innovation board: its annual revenue is RMB 980 million. Sequoia Xiaomi oppo is the shareholder

Js25 topic

halcon知识:区域(Region)上的轮廓算子(1)

【Qt】第三、四章:窗口部件、布局管理

1、 Array -- sliding window problem -- subarray with the smallest length -- fruit basket problem

基于FPGA的电磁超声脉冲压缩检测系统 论文+源文件

CV-图像分类

重磅:国产IDE发布,由阿里研发,完全开源!(高性能+高定制性)

诺亚财富通过聆讯:年营收43亿 汪静波有49%投票权,红杉是股东
随机推荐
杰理之串口通信 串口接收 IO 需要设置数字功能【篇】
After the Computer College changed its examination, the College of Cyberspace Security also changed its examination! Nanjing University of technology computer postgraduate entrance examination
Jerry's seamless looping [chapter]
DataEase模板市场正式发布
【翻译】具有时间结构的特定信号的鲁棒提取(上)
用户分析-AARRR模型(海盗模型)
Sany Heavy energy technology innovation board listed: annual revenue of RMB 10.2 billion and market value of RMB 47 billion
DigiCert和GlobalSign单域名OV SSL证书对比评测
leetcode刷题:哈希表05 (四数相加 II)
Jericho Forced upgrade [chapter]
渗透测试基础,初识渗透测试
【翻译】一种减小运动伪影的新方法基于AS-LMS自适应滤波器的PPG信号
Leetcode question brushing: hash table 05 (adding four numbers II)
leetcode刷题:哈希表01 (有效的字母异位词)
【 Huazhong University of Science and technology】 Data Sharing for retest of the initial Examination
对比学习(Contrastive Learning)综述
VirtP4笔记
Rancher2.6 new monitoring QuickStart
QT implements a rule-based machinetranslation system course paper + assignment + project source code
『忘了再学』Shell流程控制 — 39、特殊流程控制语句