//判断是否为Trident内核浏览器(IE等)函数
browserIsIe: function () {
if (!!window.ActiveXObject || "ActiveXObject" in window) {
return true;
}
else {
return false;
}
},
js判断是否为Trident内核浏览器(IE等)函数
最新推荐文章于 2024-02-05 21:45:41 发布
2612

被折叠的 条评论
为什么被折叠?



