var u = navigator.userAgent;
var app = navigator.appVersion;
return {
trident: u.indexOf('Trident') > -1,
presto: u.indexOf('Presto') > -1,
pwebkit: u.indexOf('AppleWebKit') > -1,
gecko: u.indexOf('Gecko') > -1 && u.indexOf('Khtml') == -1,
mobile: !!u.match(/AppleWebKit.*Mobile.*/) || !!u.match(/AppleWebKit/),
//是否为移动终端
ios: !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/),
//ios终端
// android: u.indexOf('Android') > -1 || u.indexOf('Linux') > -1,
android: u.indexOf('Android') > -1,
//android终端或者uc浏览器
//iPhone: u.indexOf('iPhone') > -1 || u.indexOf('Mac') > -1, //是否为iPhone或者QQHD浏览器
iPhone: u.indexOf('iPhone') > -1,
//是否为iPhone或者QQHD浏览器
iPad: u.indexOf('iPad') > -1,
//是否iPad
webApp: u.indexOf('Safari') == -1
//是否web应该程序,没有头部与底部
};
} ()
优化区域开放布局 打造向北开放重要桥头堡
多方发力推动生产性服务业“强筋健骨”
满足产业转型、消费升级需求 推进服务业扩能提质
二季度中国经济展望:发挥积极因素 稳定增长预期
行业报告:2025年我国户外运动消费人次超8亿
加快推进煤炭产业向现代化智能化绿色化转型
加快构建中国工业经济自主知识体系
“公立医院运行管理大模型”应用项目启动
国产算力迎新机遇
加快科技成果转化 壮大新质生产力
江苏苏州:“以智为用”推动产业高质量发展
AI智能机器人走进“开学第一课”
DeepSeek“出圈”有望加速AI普及
山东莱芜:智慧农业让果蔬“南来北往”
var u = navigator.userAgent;
var app = navigator.appVersion;
return {
trident: u.indexOf('Trident') > -1,
presto: u.indexOf('Presto') > -1,
pwebkit: u.indexOf('AppleWebKit') > -1,
gecko: u.indexOf('Gecko') > -1 && u.indexOf('Khtml') == -1,
mobile: !!u.match(/AppleWebKit.*Mobile.*/) || !!u.match(/AppleWebKit/),
//是否为移动终端
ios: !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/),
//ios终端
// android: u.indexOf('Android') > -1 || u.indexOf('Linux') > -1,
android: u.indexOf('Android') > -1,
//android终端或者uc浏览器
//iPhone: u.indexOf('iPhone') > -1 || u.indexOf('Mac') > -1, //是否为iPhone或者QQHD浏览器
iPhone: u.indexOf('iPhone') > -1,
//是否为iPhone或者QQHD浏览器
iPad: u.indexOf('iPad') > -1,
//是否iPad
webApp: u.indexOf('Safari') == -1
//是否web应该程序,没有头部与底部
};
} ()