continue
示例:
LABEL: while (a > b) { System.out.println("Hello"); //下面的代码是循环中的最后一条语句, //因此可以移除不必要的标签和 continue continue LABEL; }