ErrorUtils

方便调试错误

public class ErrorUtils {
static boolean flag = true;
public static void print(String msg){
if (flag){
System.out.println(msg);
}else {
//
}
}
}

posted @ 2021-07-06 10:04  聖凯  阅读(82)  评论(0编辑  收藏  举报