public class ForExample { public static void main(String[] args) { for (;;) { System.out.println("infinitive loop"); } } }. 執行上面的代碼,得到如下結果-
確定! 回上一頁