Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException:

日期:2012-07-17 15:40:22 人气:1

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException:

int i = 0; for (i = 0; i <= 3; i++) { int j=0; if (b[i][j].equals(name)) { for ( j= 0; j <= 3; j++) // System.out.print(" " + name + " " + sex + " " + age + " " 
    A+
热门评论