HttpClient远程抓取图片到本地
/** * 获取外网物理文件 * @param filePath 存放在数据库中的文件地址,如/upload/test.jpg * @throws Exception */ @SuppressWarnings("unused") private void getFiles(String filePath) throws Exception { try...