摘要: 异常关键词 try,catch,finally,throw,throws 示例: public class Main { public static void main(String[] args) { try{ String val=null; new Main().test(val); }cat 阅读全文
posted @ 2021-03-03 16:22 伯轲 阅读(78) 评论(0) 推荐(0)