Asynchronous JavaScript and XML(Ajax)

原生JavaScript的寫法:web 來源ajax var xmlReq; if (window.XMLHttpRequest) {// code for all new browsers xmlReq=new XMLHttpRequest(); }else if (window.ActiveXObject) {// code for IE5 and IE6 xmlReq=new A
相關文章
相關標籤/搜索