int i = 1; while (true) { System.out.println ("累加值: " + i++); }; 編譯、執行與測試:開始執行『 java unit07_1_1 』之後,程式就會一直輸出 ...
確定! 回上一頁