//提交动作已经完成,但是没有发挥响应数据,不知道哪里设置有问题?
var arr = ['http://fight.pet.qq.com/cgi-bin/petpk?cmd=fight&puin=654159722']
var xhr = new XMLHttpRequest();
$('#btn').click(function(){
xhr.open( "GET", arr[0], true );
xhr.withCredentials = true; // 支持跨域发送cookies
xhr.setRequestHeader('Accept','text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8')
xhr.send(); // 发送请求
})
==通过firebug 重新发送就没问题
==>整个对象的数据