interrupeted()和awaitTermination()都只是对线程中断的标志进行操作,换句话说就是把线程中断的标志设置为true 如果线程内没有对中断标志进行判断和响应的话,就不能起到中断线程的作用。
interrupeted()
awaitTermination()