function httpGet(theUrl){var xmlHttp =null;
xmlHttp =newXMLHttpRequest();
xmlHttp.open("GET", theUrl,false);
xmlHttp.send(null);return xmlHttp.responseText;}
- Feb 16 Sun 2014 13:28
-
javascript http requrest
請先 登入 以發表留言。