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