package com.itheima.threaddemo5;
public class Demo {
public static void main(String[] args) {
String name = Thread.currentThread().getName();
System.out.println(name);
}
}
109.Thread.currentThread().getName();
最新推荐文章于 2024-07-27 23:50:11 发布
846

被折叠的 条评论
为什么被折叠?



