愤怒中的小草

博客园 首页 新随笔 联系 订阅 管理

2019年3月19日 #

摘要: public class InterruptDemo { public static void main(String[] args) throws InterruptedException{ Thread t1 = new Thread(){ public void run(){ while (t 阅读全文
posted @ 2019-03-19 15:56 愤怒中的小草 阅读(550) 评论(0) 推荐(0) 编辑