摘要: 在Thread类中,存在一个State枚举: public enum State { /** * Thread state for a thread which has not yet started. */ NEW, /** * Thread state for a runnable thread 阅读全文
posted @ 2025-02-21 15:43 Hekk丶 阅读(24) 评论(0) 推荐(0)