ajax 一個完整的ajax請求

var request; if(window.XMLHttpRequest){   request=new XMLHttpRequest(); //IE7+,... }else{   request=new ActiveXObject("Microsoft.XMLHTTP"); //IE6,IE5 用XHR發送請求: open(method,url,async) 調用XHR對象,async表示同步
相關文章
相關標籤/搜索