responseText); } } // (3)HTTPのGETメソッドとアクセスする場所を指定 xmlHttpRequest.open('GET','/user',true); // (4)HTTPリクエストを送信 xmlHttpRequest.send() ...
確定! 回上一頁