摘要: @echo off rem IISRESETrem timeout /t 15 for /f "tokens=2 delims==" %%I in ('wmic os get localdatetime /value') do set datetime=%%Irem for /f "tokens=2 阅读全文
posted @ 2025-02-25 14:36 zhaoguanhao 阅读(9) 评论(0) 推荐(0)