@ -1,5 +1,6 @@
//将当前日期写成常量
// 测试
const date = new Date();
const year = date.getFullYear();
const month = date.getMonth() + 1;