摘要: Java 异常类 class Main{ public static void main(String [] args){ int []arr={1,2,3}; System.out.println(arr[3]); } } 该程序执行结果为错误,抛出ArrayIndexOutOfBoundsExc 阅读全文
posted @ 2021-10-13 09:36 Anesthesi 阅读(65) 评论(0) 推荐(0)