try catch放在循環內外的區別

以下2段代碼服務器 public void test1() { while(true) { try { Thread.sleep(30*60*1000); } catch (InterruptedException e) {
相關文章
相關標籤/搜索