程序有错啊没加括号for (int i = 0; i < 5; i++) { File f = File.createTempFile("xwj", ".txt"); f.deleteOnExit(); }