摘要:
JS:if (window.ActiveXObject) { xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); } else if (window.XMLHttpRequest) { xmlHttp = new XMLHttpRequest(); } xmlHttp.onreadystatechange = function() { if(xmlH... 阅读全文
posted @ 2009-10-15 11:16
xinxinbb
阅读(159)
评论(0)
推荐(0)
浙公网安备 33010602011771号