Exception in thread "main"
java.lang.ArrayIndexOutOfBoundExceptions:3
at the HelloWorld.func(HelloWorld.java:24)
at the HelloWorld.main(HelloWorld.java:9)
原来是外层循环没起作用,宝宝改好了
数组越界,就是数组长为5就对,我怎么只取三个