第15章 多線程

15.4.1例  題 模擬火車站售票程序,開啓三個窗口售票。 class Ticket implements Runnable {        private int tick = 100;          public void run(){               while (true) {                      if (tick > 0) {          
相關文章
相關標籤/搜索