去哪里: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 關注
- 700 瀏覽
添加回答
舉報
0/150
提交
取消