<script type="text/javascript">
    if(typeof ActiveXObject!= 'undefined'){
        var x = new ActiveXObject("Msxml2.XMLHTTP");
        alert(x);
    }else{
        alert("这不是IE浏览器!");
    }
</script>

 

相关文章:

猜你喜欢
  • 2022-02-14
  • 2021-09-27
  • 2021-08-12
  • 2022-12-23
  • 2021-12-06
  • 2021-11-30
相关资源
相似解决方案