菜鸟的博客

纵有疾风起,人生不言弃。

导航

2023年7月31日 #

2023.7.31 周一:捕获和抛出异常 快捷键:Ctrl+Alt+D

摘要: import java.util.Scanner; //try catch finally throw throws public class Main { public static void main(String[] args) { int a = 1; int b = 0; //捕获多个异常 阅读全文

posted @ 2023-07-31 15:29 hhmzd233 阅读(104) 评论(0) 推荐(0)