摘要: 处理异常有两种方式: 一: package com.demo28; public class Test { public static void main(String[] args) { try { System.out.println(1/0); }catch(Exception e){ //e 阅读全文
posted @ 2022-03-20 22:43 SherryYuan 阅读(158) 评论(0) 推荐(0)