newCall(request).execute(); //okhttp에서 request한 값을 실행해서 가져온다. JSONArray jsonArray = new JSONArray(response.body().string()); ...
確定! 回上一頁