六狼论坛's Archiver
首页
›
JavaScript
› Ajax
shamusoft
发表于 2013-1-23 01:24:08
Ajax
var createxmlHttpReq = function(){var xmlHttpReq;try{xmlHttpReq = new ActiveXObject("Msxml2.XMLHTTP");}catch(e){try{ xmlHttpReq = new ActiveXObject("Microsoft.XMLHTTP");}catch(e){}}return xmlHttpReq;}
页:
[1]
查看完整版本:
Ajax