void weatherGET(String key, final String location){ Call<ModelWeather.Current> call = APIService.getWeather(key, location); call.enqueue(new ...
確定! 回上一頁