摘要: package exception; public class Test000 { public static void main(String[] args) { hhh(100);//方法内已经使用try,catch抛出捕获异常。直接使用方法就行。 } static void hhh(int a 阅读全文
posted @ 2024-01-31 20:55 学java的阿驴 阅读(13) 评论(0) 推荐(0)