Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 7 at HelloWorld.show(HelloWorld.java:18) at HelloWorld.main(HelloWorld.java:8)
看下int i的时候初始值是数组.length还是数组.length-1