xmlHttp.open("GET", url, true); xmlHttp.onreadystatechange=function(...); xmlHttp.send(null);為什么要在結(jié)果返回后,而且回調(diào)函數(shù)都執(zhí)行完了之后還要去send()?
- 2 回答
- 0 關(guān)注
- 275 瀏覽
添加回答
舉報(bào)
0/150
提交
取消