function httpGet(theUrl){var xmlHttp =null;
xmlHttp =newXMLHttpRequest();
xmlHttp.open("GET", theUrl,false);
xmlHttp.send(null);return xmlHttp.responseText;}文章標籤
全站熱搜
function httpGet(theUrl){var xmlHttp =null;
xmlHttp =newXMLHttpRequest();
xmlHttp.open("GET", theUrl,false);
xmlHttp.send(null);return xmlHttp.responseText;}