摘要: 捕获异常:try、catch、finally 抛出异常:throw、throws package com.jiemyx.throwable.demo01; public class Test01 { public static void main(String[] args) { int a = 1 阅读全文
posted @ 2021-04-27 22:27 杰myx 阅读(57) 评论(0) 推荐(0)