摘要: 1.线程状态 下面是JDK中定义的线程状态 public enum State { /** * Thread state for a thread which has not yet started. */ NEW, /** * Thread state for a runnable thread. 阅读全文
posted @ 2022-03-07 17:25 小皮睡不醒 阅读(52) 评论(0) 推荐(0)