develop
main
@ -94,7 +94,8 @@ public final class QuestionStorageService {
}
} catch (IOException exception) {
// 继续处理其他文件,如有需要可在此处添加日志.
System.err.println(
"读取题目文件失败:" + path + ",原因:" + exception.getMessage() + ",将跳过该文件。");