二、post方式请求静态url地址. Retrofit retrofit = new Retrofit.Builder() .baseUrl("https://api.github.com/") .build() public interface ...
確定! 回上一頁