try { Thread.sleep(3000); } catch (InterruptedException e) { this.interrupt(); // e.printStackTrace(); }
可以中断线程,但是尽量处理成其他不抛出异常的方案。
最后的问题应该怎么才能解答啊
不可以