摘要:
一、继承Thread类,实现多线程 1.demo01public class ThreadDemo01 extends Thread{ private static int i=10; @Override public synchronized void run() { if(i>0){ Syste 阅读全文
posted @ 2021-01-22 08:57
热情的沙漠
阅读(416)
评论(0)
推荐(0)
2021年1月22日