摘要:
<1>方法:public void interrupt(); //中断线程,实例方法 public boolean isInterrupted(); //判断是否被中断吗,实例方法 public static boolean Thread.interrupted(); //判断是否被中断,并清除当前 阅读全文
posted @ 2017-05-18 16:38
天空极限
阅读(125)
评论(0)
推荐(0)
2017年5月18日