下标越界及小结

 

 

1 //        for (int i = 0; i <= a.length; i++) { //ArrayIndexOutOfBoundsException: 6
2 //            System.out.println(a[i]);
3 //        }

 

posted on 2022-07-29 17:15  一枚努力学习的小白  阅读(17)  评论(0编辑  收藏  举报