function httpGet(theUrl){var xmlHttp = new XMLHttpRequest();xmlHttp.open( 'GET' , theUrl, false );xmlHttp.send( null );return xmlHttp.
確定! 回上一頁