Java中for循环中执行顺序问题及break, continue标签用法
public class labeledfor { static test monitor = new test(); public static void main(string[] args) { int i = 0; outer: // can't have statements here for(; true ;) { // infin...