两个线程交替打印数字(看了就懂版)
2021-03-17 06:26
阅读:793
标签:extend dex end auth exce swap run start += 两个线程交替打印数字(看了就懂版) 标签:extend dex end auth exce swap run start += 原文地址:https://www.cnblogs.com/xbjhs/p/13982637.html
/**
* @description:
* @author:
* @create: 2020-11-15 21:12
**/
public class SwapThread {
static class Mythread1 extends Thread {
public void run() {
synchronized (SwapThread.class) {
for (int i = 2; i
上一篇:Python绘图
下一篇:第四周总结(模拟算法)
评论
亲,登录后才可以留言!