这是一个适用于OkHttp 3.2.0的答案:. public void upload(String url, File file) throws IOException { OkHttpClient client = new OkHttpClient(); ...
確定! 回上一頁