xmlHttp.open("GET", url, true); xmlHttp.onreadystatechange=function(...); xmlHttp.send(null);为什么要在结果返回后,而且回调函数都执行完了之后还要去send()? 查看完整描述