關於Scanner類寫在循環外面拋出異常後會無限循環的問題

Scanner sc = new Scanner(system.in); while(true){ try{ a=sc.nextInt(); system.out.println(a); } catch(InputMismatchException e){ system.out.println("輸入異常"); } } 若是我輸入一個字母a後,它就會進入無限循環,輸出"輸入異常"。html 當某一
相關文章
相關標籤/搜索