摘要:
function getXMLHTTPRequest() {var xRequest=null;if (window.XMLHttpRequest) {xRequest=new XMLHttpRequest();}else if (typeof ActiveXObject != "undefined"){xRequest=new ActiveXObject("Microsoft.XMLHTTP")... 阅读全文
posted @ 2007-02-01 09:10
无极.net
阅读(218)
评论(0)
推荐(0)