Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 7 at HelloWorld.print(HelloWorld.java:20) at HelloWorld.main(HelloWorld.java:8)
看后面的 java.lang.ArrayIndexOutOfBoundsException: 7 表示 数组下标 越界异常