java.io.tmpdir 在什么位置时间:2021-08-10 10:55:30 java.io.tmpdir 是默认的临时文件路径。 可以通过如下方式打印出具体的文件路径 System.out.println(System.getProperty("java.io.tmpdir"));