相关文章推荐
曾深爱过的黄瓜  ·  Three.js ...·  2 年前    · 
重感情的红茶  ·  http headers - ...·  2 年前    · 
$.ajax({type:"POST",async:"false",url:"<%=request.getContextPath()%>/getCollegeServle... $.ajax({
type: "POST",
async: "false",
url: "<%=request.getContextPath()%>/getCollegeServlet",
dataType: "",
data: "",
success: function(result){
alert("ta");
}
});
alert("wo");

安理说我设置成了false后,会弹出ta 怎么一直都是先弹wo 再弹ta呢,!