compile 'com.squareup.retrofit2:retrofit:2.0.2'. 2.初始化Retrofit retrofit = new Retrofit.Builder() .baseUrl(BASE_URL) .
確定! 回上一頁