摘要:
处理异常五个关键字: try、catch、finally、throw、throws try{监控区域} catch(想要捕获的异常类型){sout输入内容} 例: public static void main(String[] args) { int a=1; int b=0; try{ //tr 阅读全文
posted @ 2024-05-12 16:12
anonymity。
阅读(20)
评论(0)
推荐(0)
浙公网安备 33010602011771号