js产生 xmlhttp

//产生XMLHTTP对象 var xmlhttp; function createXMLHttpRequest(){ try{ xmlhttp = new XMLHttpRequest(); }catch(e){ try{ xmlhttp = new Ac
相关文章
相关标签/搜索