线程调度的三个方法时间:2022-07-23 18:33:501 休眠方法sleep(毫秒数) sleep(毫秒数,纳秒数) 2 暂停方法yield() a.yield() 3 挂起方法join() a.join()