问答题
var xhr = new XMLHttpRequest(); xhr.open("GET","api",false); xhr.onreadystatechange = function(){ if(xhr.readyState == 4){ if(xhr.status == 200){ alert(xhr.responseText); } } } xhr..send(null);
1
点击进入快速问答通道>>
热门公司面试题
热门面试单题