摘要: start // 同步方法 public synchronized void start() { // 检查线程状态 if (threadStatus != 0) throw new IllegalThreadStateException(); //添加到指定线程组,thread默认使用调用线程的线 阅读全文
posted @ 2024-12-08 11:00 hwh405 阅读(25) 评论(0) 推荐(0)