heyoug 当前离线
四级士官
pcl_test 当前离线
荣誉版主
TOP
happy886rr 当前离线
等待验证会员
@echo off&setlocal enabledelayedexpansion for /f "tokens=3" %%a in ('systeminfo^|find "系统启动时间:"') do ( set "t=%%a" set/a "m=1!time:~3,2!-1!t:~3,2!,h=1!time:~0,2!-1!t:~0,2!" if !m! lss 0 (set/a m+=60,h-=1) set/p=电脑已运行!h!小时,!m!分。 )复制代码