摘要: 后端文件流转发代码public static void doGetFile(HttpServletResponse httpResponse,String url) { CloseableHttpClient httpClient = null; CloseableHttpResponse resp 阅读全文
posted @ 2023-02-24 18:07 张安东 阅读(250) 评论(0) 推荐(0) 编辑
摘要: public static String doPost(String url,String fileName, File file) { CloseableHttpClient httpClient = null; CloseableHttpResponse response = null; Str 阅读全文
posted @ 2023-02-24 17:58 张安东 阅读(216) 评论(0) 推荐(0) 编辑