首 页 行业热点 新车 试驾评测 养车用车 车型库

js 判断360是否为浏览器

发布网友 发布时间:2022-04-23 10:02

我来回答

2个回答

热心网友 时间:2022-04-26 03:50

近来更多人抵制360浏览器,因为不安全、不兼容等问题的存在,建议大家卸载自己电脑的360浏览器。if(window.external&&window.external.twGetRunPath&&window.external.twGetRunPath().toLowerCase().indexOf("360se")>-1){ alert('本站不支持360浏览器访问,请更换其他浏览器!');}

热心网友 时间:2022-04-26 05:08

我用的是360 6.3 ,用这个方法可以 navigator.webkitPersistentStorage == undefined
var height = document.documentElement.clientHeight;
var width = document.documentElement.clientWidth;
if(navigator.userAgent.indexOf("Firefox")>0)
{
height = height-20;
width = width-20;
}
else if(navigator.webkitPersistentStorage == undefined)
{
/360浏览器
height = height-70;
width = width-20;
}
else
{
width = width-20;
}

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com