ajax原生

1.同步/異步 2.XHR對象 var request = new XMLHttpRequest(); //兼容不同瀏覽器僞代碼 if(window.xhr) { request= new XMLHttpRequest(); }else{ request= new ActivexObject(Microsoft.XMLHttp);//IE5,IE6 } 3.http請求 tcp連接步驟:牽手 瀏覽
相關文章
相關標籤/搜索