function httpGet(theUrl){var xmlHttp =null;

    xmlHttp =newXMLHttpRequest();
    xmlHttp.open("GET", theUrl,false);
    xmlHttp.send(null);return xmlHttp.responseText;}
arrow
arrow
    全站熱搜

    Felix 發表在 痞客邦 留言(0) 人氣()