📅  最后修改于: 2022-03-11 14:55:57.948000             🧑  作者: Mango
syntax-FOR-List of numbers
FOR /L %%parameter IN (start,step,end) DO command
syntax-FOR-Command Results
FOR /F ["options"] %%parameter IN ('command to process') DO command