1. 定义ScoreException类 首先,我们需要定义一个名为ScoreException的类,这个类继承自Python的内置异常类Exception。这样做可以使我们的ScoreException成为一个合法的异常类,能够在需要时被抛出并捕获。 python class ScoreException(Exception): pass 2. 添加初始化方法 接着,我们在ScoreException类中添加一个初始化方法...
}publicstaticbooleanjudgeProcess(Stringstr){booleanflag2 = str.matches("t-0791[0-9]{7,8} [0-9]{11,12} [0-9]{4}.[0-9]{1,2}.[0-9]{1,2} [0-9]{1,2}:[0-9]{1,2}:[0-9]{1,2} [0-9]{4}.[0-9]{1,2}.[0-9]{1,2} [0-9]{1,2}:[0-9]{1,2}:[0-9]{...
curriculaVariable.setScore(score);//System.out.println(input[0] + input[1] + input[2] + input[3] + input[4] + " 总成绩为: " + tmp);//总成绩totalScore.put(course.getName(), totalScore.getOrDefault(course.getName(), 0) +score.getNumber());//实验成绩experimentalScore.put(course...