摘要: 一、什么是异常 程序在运行过程当中发生的问题 点击查看代码 public class Main1 { public static void main(String[] args) { System.out.println("发生异常前"); int i = 1 / 0 ;//这里发生异常 Syste 阅读全文
posted @ 2023-03-25 19:58 卡卡罗特kk 阅读(77) 评论(0) 推荐(0)