一、异常基础 package com.gongxy.demo; /** * 异常测试 * java.lang.Throwable * -java.lang.Exception * checked异常(必须处理否则无法编译通过) / unchecked异常 */ public class Except Read More
posted @ 2020-08-08 00:42 gygtech Views(192) Comments(0) Diggs(0)