摘要: Thread与Runnable 创建 Thread public class MyThread extends Thread { public MyThread(String name){ super(name); } public void run(){ for (int i = 0; i < 2 阅读全文
posted @ 2021-09-02 14:26 喜欢996的程序员 阅读(137) 评论(0) 推荐(0)