부족 한 js 예 를 찾 습 니 다.

471 단어 js

	var xmlRequest;
	function createXMLRequest(){
		if(window.XMLHttpRequest){
			xmlRequest=new XMLHttpRequest();
		}
		else if(window.ActiveXObject){
			try{
				xmlRequest=new ActiveXObject("Msxml2.XMLHTTP")
			}catch(err){
				try{
					xmlRequet=new AcrtiveXObject("Microsoft.XMLHTTP");
				}catch(e){
					
				}
			}
		}
	}

좋은 웹페이지 즐겨찾기