摘要:
public static void main(String[] args) { // 可以是任意格式的文件 String pathName = "D:\\img\\immm\\test2.txt"; // windows //String pathName = "D:/img/immm/test2 阅读全文
摘要:
截取文件夹的路径 应用场景 异步生成文件之后,将文件所存的物理路径返回给前端,但是一般前端都会有静态资源代理,那么后端不用把代理的那段路径也返回回去,这里可以使用截取 String path="/home/data/excelfile/export.xlsx"; //获得"excelfile/exp 阅读全文