摘要: 线程五大状态 package com.kaka.thread; //观察测试线程状态 public class StateThread { public static void main(String[] args) throws InterruptedException { //此处用了lambd 阅读全文
posted @ 2021-07-10 18:44 卡卡发 阅读(133) 评论(0) 推荐(0)