ajax常見問題

獲取ajax返回結果 ajax是異步的。一般咱們在succee、error中獲取到後臺返回的數據。若是咱們想在外面獲取呢?這時就須要使用responseText了。html var rspTxt = $.ajax({ async:false, cache:false, type : "POST", url : "<%=basePath%>test.action",
相關文章
相關標籤/搜索