範例一 ; 分類, 程式, 輸出 ; while, public class example{ public static void main(String[] args){ int x = 1; while(x<=5){ System.out.println(x); x++; } } }, 1 2 3
確定! 回上一頁