摘要: 一、 try{ 一切正常,执行这里 }catch(Exception e){ 出现异常,执行这里 } 二、异常重点: try catch finally throws throw try...catch 自己(当前方法)能够处理,使用try...catch throws 自己(当前方法)不能处理,上 阅读全文
posted @ 2021-02-20 15:01 Double晨 阅读(258) 评论(0) 推荐(0)