求大神,这段不能正常显示
bat吧
全部回复
仅看楼主
level 11
@echo off
color 0A
set able=■■■■■■■■■■■■■■■■■■■■
set num=0
:word
ping 127.0.0.1/n 2 >nul
set /a num+=1
echo %able:~1,%num%%
if %num% leq 20 goto word
pause
问题是不是在这句echo %able:~1,%num%%
跪求大神罩[乖]
2015年06月04日 11点06分 1
level 11
我要开大神召唤术了
@aiwozhonghuaba
2015年06月04日 11点06分 2
level 14
echo %able:~1
%,%num%%
2015年06月04日 11点06分 3
擦,没看清
2015年06月04日 11点06分
level 14
echo !able:~1,%num%!
代码加上setlocal enabledelayedexpansion
2015年06月04日 11点06分 4
1