js ajax請求

js ajax請求 原生 js ajax請求(兼容ie6)javascript var xhr = null; if(window.XMLHttpRequest){ xhr = new XMLHttpRequest(); }else{ // 爲了兼容IE6 xhr = new ActiveXObject("Microsoft.XMLHTTP") }
相關文章
相關標籤/搜索