Prev Next · for (i=0; i < 10; i++) { · if (i > 2 && i < 5) { · continue · } · if (i > 7) { · break · } · println(i) ...
確定! 回上一頁