admin管理员组

文章数量:1516870

// 创建临时文件夹
String tmpPath = Files.createTempDirectory("pdf-").toString();
System.out.println(tmpPath);
File file = new File(tmpPath + File.separator + "new_work_order.pdf");
tmpPath = URLEncoder.encode(tmpPath, "utf-8");
tmpPath = tmpPath.replace("%2F", "%3F");

本文标签: 文件夹的编程构建临时