摘要: 异常处理中的五个关键词 try,catch,finally,throw,throws package com.exception; public class Test { public static void main(String[] args) { int a = 1; int b = 0; / 阅读全文
posted @ 2025-10-04 00:19 冰涿 阅读(9) 评论(0) 推荐(0)