qingshancun 当前离线
列兵
sxw (^_^)当前离线
少尉
@rem = ' @echo off color d mode con cols=125 lines=25 echo.&echo.&echo.&echo. C:\strawberry\perl\bin\perl.exe -S a.bat ping 127.0.0.1 >nul goto end_perl :end_perl exit @rem '; @a=(a..z,A..Z); @result=@a[map {int(rand(26))} 1..8]; print "@result\n";复制代码
TOP
Demon 当前离线
上尉
@echo off setlocal enabledelayedexpansion set #=abcdefghijklmnopqrstuvwxyz for /l %%i in (1 1 8) do ( set /a _ = !random! %% 26 for %%_ in (!_!) do set $=!$!!#:~%%_,1! ) echo %$% pause复制代码
Demon 发表于 2013-5-5 22:04
运行结果:运行符不存在… 最后直接显示!$!!#:~!_!,1! 问题出在那里了?求解答… qingshancun 发表于 2013-5-6 22:13
batman 当前离线
考官
荣誉版主