51Testing软件测试论坛

标题: 无法打印xhr对象 [打印本页]

作者: fsy520    时间: 2018-12-26 16:23
标题: 无法打印xhr对象
你好老师,我想打印这里得到的xhr里的参数看一下,可是没有打印结果,代码和课程里一样的,不知是什么原因?
<script type="text/javascript">
        var xhr;
        if(window.XMLHttpRequest){
            //IE7及其以上版本其他浏览器
            xhr=new XMLHttpRequest();
        }else{
            //IE5、IE6
            xhr=new ActiveXObject("Microsoft.XMLHTTP");
        };
        console.log(xhr);
    </script>


在学课程:
jQuery框架
http://www.atstudy.com/course/1000


作者: 学掌门网校    时间: 2018-12-26 16:34
可以看到的
检查一下自己的jquery库是否引用正确了





欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2