摘要: 异常 1.1 异常概述 异常(Exception)指程序运行中出现的不正常情况:文件找不到、网络异常、非法参数等等。 我们通过代码来了解一下: public class Demo{ public static void main(String[] args){ int[] a={1,2,3}; me 阅读全文
posted @ 2022-11-30 23:39 工地佬 阅读(96) 评论(0) 推荐(0)