Title
摘要: 线程 继承Thread类 package com.teatea.demo01; //创建线程方程一:继承Threa类,重写run方法,调用start开启线程 public class TestThread1 extends Thread{ @Override public void run() { 阅读全文
posted @ 2022-10-05 21:48 花里胡哨的渣渣 阅读(21) 评论(0) 推荐(0)