摘要: 学习内容: 1.使用throws关键字抛出异常 代码示例: public class Shoot { static void pop()throws NegativeArraySizeException{//定义方法 int[]arr=new int[-3];//创建数组 } public stat 阅读全文
posted @ 2020-08-11 10:19 CherriesOvO 阅读(678) 评论(0) 推荐(0) 编辑