摘要: @echo off rem 计算指定天数之前的日期 set DaysAgo=2 call :DateToDays %date:~0,4% %date:~5,2% %date:~8,2% PassDays set /a PassDays-=%DaysAgo% call :DaysToDate %Pas 阅读全文
posted @ 2021-07-07 15:42 vaen 阅读(450) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/Zeros/p/6957424.html 阅读全文
posted @ 2021-07-07 15:32 vaen 阅读(245) 评论(0) 推荐(0)