fix:添加工具类

上级 e025fdc3
...@@ -22,5 +22,6 @@ public class DateUtils { ...@@ -22,5 +22,6 @@ public class DateUtils {
// 将周数和月份拼接成字符串 // 将周数和月份拼接成字符串
String result = StrUtil.format("当前日期所在的周数:{},当前日期所在的月份:{}", weekOfYear, month); String result = StrUtil.format("当前日期所在的周数:{},当前日期所在的月份:{}", weekOfYear, month);
System.out.println(result); System.out.println(result);
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册