1 for(int i=0;i<10;i++) 2 for(int j=0;j<3;j++) { 3 System.out.print("i*j="+i*j); 4 } 比如上面这种情况,是不是会变成死循环,还是只执行了i=0的情况。
biohazard4
相关分类