摘要: 线程创建 继承Thread,重写run方法 // 继承Thread,重新run方法,调用start开启线程 public class practice03 extends Thread{ public static void main(String[] args) { // 创建线程对象 pract 阅读全文
posted @ 2022-05-24 23:08 OoooWen_Z 阅读(41) 评论(0) 推荐(0)