循环发送ajax时,timer = setInterval(function(){
//调用的函数
},1000);不能写成:
timer = setInterval(调用的函数,30);
如果后台获取的是"",可能是没有设置报头。