随笔分类 -  java多线程

摘要:获取 线程名 : Thread thread = Thread.currentThread(); thread.getName(); 阅读全文
posted @ 2015-02-10 09:52 coreWars 阅读(108) 评论(0) 推荐(0)