Java标签的使用

常用方法 int i = 0; System.out.println("start"); for (; true; i++) { if (i == 5) { break; } system.out.println(i); } System.out.println("fin