时间:2024-10-16 09:41:25
1、计算机查看用户信息命令为net user如图示。
3、使用for语句进行截取用户,for /f "skip(跳过的行数)=4 " %i in ("net user" ) do (echo %i)