封装异常处理之坑
摘要:
public static void main(String []f) { try { test(); } catch (Exception e) { e.printStackTrace(); } } private static void test() { try { int i = 1 / 0; 阅读全文
posted @ 2020-06-26 15:21
silyvin
阅读(350)
评论(0)
推荐(0)
浙公网安备 33010602011771号