题目内容
下面的代码片段是将返回的数据输出到id为box的页面元素中,请将代码补充完整。xmlHttp.onreadystatechange=StatHandler;xmlHttp.open("GET","index.html",true);xmlHttp.send(null);function StatHandler(){ if(____==4 && ____==200){ document.getElementById("box").innerHTML=xmlHttp.responseText; }}
查看答案
搜索结果不匹配?点我反馈