去哪里:EOF返回哪里?我想弄清楚代码到底在哪里GOTO :EOF回到?以下是代码:SET count=1
FOR /f "tokens=*" %%G IN (somefile.txt) DO (call :subroutine "%%G")
GOTO :EOF
:subroutine
echo %count%:%1
set /a count+=1
GOTO :EOF
- 3 回答
- 0 关注
- 660 浏览
添加回答
举报
0/150
提交
取消