摘要: 常见运行时异常 1.InputMisMatchException 输入类型不匹配 input.nextInt();输入一个整数,输了一个字母a 2.ArrayIndexOutOfBoundsException 数组索引越界 静态初始化 int[] array = {10,20}; array[2] 阅读全文
posted @ 2022-10-16 11:58 lanshanxiao 阅读(95) 评论(0) 推荐(0) 编辑