摘要: 线程的三种实现方式 继承Thread类 public class MyThreadClass { public static void main(String[] args) { ThreadTest threadTest = new ThreadTest(); threadTest.start() 阅读全文
posted @ 2020-11-20 16:44 PhilXiao 阅读(59) 评论(0) 推荐(0)