David Flanagan. 這是一個會列印出 0 到 9 的 while 迴圈範例: int count = 0 ; while ( count < 10 ) { System.out.println ( count ) ; count ++ ; }正如你所看到的 ...
確定! 回上一頁