摘要:
代码如下: package com.java.day19ThreadLock; // 2个线程交替打印数字,线程之间的通信,等待和唤醒 public class ThreadPrint { static int num = 0; public static void main(String[] ar 阅读全文
posted @ 2021-07-09 22:48
圆觉
阅读(495)
评论(0)
推荐(0)
2021年7月9日