看板 java 關於我們 聯絡資訊
System.exit(0); According to Java API: public static void exit(int status) Terminates the currently running Java Virtual Machine. The argument serves as a status code; by convention, a nonzero status code indicates abnormal termination. This method calls the exit method in class Runtime. This method never returns normally. -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.116.96.181