2017年03月26日 17:46



function httpGet(theUrl){var xmlHttp = new XMLHttpRequest();xmlHttp.open( 'GET' , theUrl, false );xmlHttp.send( null );return xmlHttp.responseText;}

var theUrl = '';

文章標籤

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