编写
package com.Input_Output.I_O2; /** * 普通号病人 * @author Administrator * 多线程 */ public class HospitalTest { public static void main(String[] args) { //创建对象 Thread h=Thread.currentThread(); //
编写
package com.Input_Output.I_O2; /** * 普通号病人 * @author Administrator * 多线程 */ public class HospitalTest { public static void main(String[] args) { //创建对象 Thread h=Thread.currentThread(); //