if(!Thread.currentThread().isInterrupted()) { System.out.println(!Thread.currentThread().isInterrupted()); //声明一个File对象 File mp3 = new File("E:\\Download\\10092.mp3"); //创建一个输入流 FileInputStream fileInputStream; try { fileInputStream = new FileInputSt