ajax调试兼容性

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

 

posted @ 2015-09-16 10:03  木子小僧  阅读(132)  评论(0编辑  收藏  举报