function isIE() { //ie? if (!!window.ActiveXObject || "ActiveXObject" in window){ document.getElementById('music').style.display = 'none'; return true; } else{ hello_snow(); return false; } }
本文共 303 字,大约阅读时间需要 1 分钟。
function isIE() { //ie? if (!!window.ActiveXObject || "ActiveXObject" in window){ document.getElementById('music').style.display = 'none'; return true; } else{ hello_snow(); return false; } }
转载于:https://www.cnblogs.com/bestsamcn/p/4988229.html