AJAX 为什么执行回调函数后还要send()?
xmlHttp.open("GET",url,true);xmlHttp.onreadystatechange=function(...);xmlHttp.send(nu...
xmlHttp.open("GET", url, true);
xmlHttp.onreadystatechange=function(...);
xmlHttp.send(null);
为什么要在结果返回后,而且回调函数都执行完了之后还要去send()? 展开
xmlHttp.onreadystatechange=function(...);
xmlHttp.send(null);
为什么要在结果返回后,而且回调函数都执行完了之后还要去send()? 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询