摘要:
var xmlHttp = false; //创建HttpRequest对象 function createXmlHttpRequest(){ try{ xmlHttp = new ActiveXObject("Msxml2.XMLHTTP"); }catch(e){ try{ xmlHttp = new ActiveXObject("Microsoft.X... 阅读全文
posted @ 2008-09-07 09:23
emil
阅读(1561)
评论(0)
推荐(0)
浙公网安备 33010602011771号