簡單AJAX 使用

2021-05-10 13:24:51 字數 1661 閱讀 2500

//初使化集合

floatjson = ;

soundjson = ;

messagejson = ;

if(str != null)}} 

}}}//js解析xml

function jsxml(severityvalue,severityquomodo,commonvalue,commonquomodo,promptvalue,promptquomodo,type,skill,array,floatjson,soundjson,messagejson)}}

//**  

var tableobj = document.getelementbyid("tablecountid");

// add a new row to the table

var newrow = tableobj.insertrow();

// add new cells to the new row.

var cellone = newrow.insertcell();

cellone.classname = "list02_content";

cellone.innertext = skill;

var celltwo = newrow.insertcell();

celltwo.classname = "list02_content";

celltwo.innertext = totalcount;

var cellthree = newrow.insertcell();

cellthree.classname = "list02_content";

if(document.getelementbyid("alarmnameid").value == "通話時長")

}if(document.getelementbyid("alarmnameid").value == "進入總時長")

} if(document.getelementbyid("alarmnameid").value == "排隊等待時長")} }

//清空表單

function clearrow_callback()    

}

Ajax的簡單使用

主要的方法 open method,url,boolean 開啟xmlhttprequest物件。其中method方法有get,post,delete,put。若是查資料,從伺服器中得到一定的資料,則使用get。若是直接提交到伺服器中,更新一定的資料,則使用post url是請求資源的位址。第三個引...

Ajax簡單原生使用原理

let xhr 由於存在相容問題,所以需要判斷是dom瀏覽器還是ie瀏覽器 第乙個引數 是get還是post請求,第二個引數,伺服器需要攔截的路由,第三個引數,ajax是否非同步,true為非同步,false為同步xhr.send null get請求 xhr.send options post請求...

簡單封裝ajax

網上資源的 質量參差不齊,所以我還是自己記錄一下吧 function ajax opction else 統一大小寫,匹配下面的判斷 let type opction.type touppercase 用於請求時表示為不同的請求,以防獲取快取值 let random math.random if t...