摘要: 1:什么是异常 程序运行时,发生的不被期望的事件,它阻止了程序按照程序员的预期正常执行,这就是异常 常见的异常有:先记5个 算术异常:ArithmeticExecption 空指针异常:NullPointerException 数组下标越界异常:ArrayIndexOutOfBoundsExcept 阅读全文
posted @ 2021-12-03 16:25 这题我不会 阅读(333) 评论(0) 推荐(0)