自定義攔截器

public class LoggingInterceptor implements Interceptor { @Override public Response intercept(Chain chain) throws IOException { //首先取到Request Request request=chain.request(); R
相關文章
相關標籤/搜索