摘要: 异常 什么是异常? 异常就是代表程序出现的问题。 常见的异常 //目标:认识异常 public class ExceptionDemo01 { public static void main(String[] args) throws ParseException { int[] arr = {1, 阅读全文
posted @ 2025-08-06 15:11 狂风将军 阅读(17) 评论(0) 推荐(0)