去哪里: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
去哪里:EOF返回哪里?
呼啦一陣風(fēng)
2019-06-09 17:07:51