setTimeout with ajax

前端 未结 0 1890
逝去的感伤
逝去的感伤 2020-11-22 08:02

function ajax1(a, b, c){ 
  c = new XMLHttpRequest;
  c.open(\'GET\', a);
  c.onload = b;
  c.send()
}

function handleData1(uu){
  console.log(10)
}
for (var i=0;i         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题