You should make an asynchronous request and handle the response inside an event handler. function httpGetAsync(theUrl, callback) { var xmlHttp = new ...
確定! 回上一頁