xmlHttp.open("GET", url, true); xmlHttp.onreadystatechange=function(...); xmlHttp.send(null);為什么要在結果返回后,而且回調函數都執行完了之后還要去send()? 查看完整描述