js ajax请求

js ajax请求 原生 js ajax请求(兼容ie6)javascript var xhr = null; if(window.XMLHttpRequest){ xhr = new XMLHttpRequest(); }else{ // 为了兼容IE6 xhr = new ActiveXObject("Microsoft.XMLHTTP") }
相关文章
相关标签/搜索