原生ajax請求的五個步驟

//第一步,建立XMLHttpRequest對象 var xmlHttp = new XMLHttpRequest(); function CommentAll() { //第二步,註冊回調函數 xmlHttp.onreadystatechange =callback1; //{ // if (xmlHttp.readyState == 4) // if (
相關文章
相關標籤/搜索