摘要: #创建和运行线程 ##方法一,直接使用Thread @Slf4j(topic = "ch.Test1") public class Test01 { public static void main(String[] args) { //创建线程子类 Thread t = new Thread(){ 阅读全文
posted @ 2022-07-30 11:17 理塘DJ 阅读(53) 评论(0) 推荐(0)