摘要: 今天继续学习了java多线程操作。 //线程默认名字为 //Thread-0,-1 //Thread t=Thread.currentTread();//获取当前线程对象 public class ThreadTest { public static void main(String[]args) 阅读全文
posted @ 2020-08-22 20:09 好吗,好 阅读(76) 评论(0) 推荐(0)