如何使用 Windows .bat 或 .vbs 添加或删除当前时间的秒数?
我试着用字符串写.bat文件
set time=%time% -1s
但它不起作用。
然后我试了
set time=%time-1s%
但它也不起作用。