批处理文件中for /l %%i in (1,1,80) do (

来源:学生作业帮助网 编辑:六六作业网 时间:2024/05/26 14:27:26
批处理文件中for/l%%iin(1,1,80)do(批处理文件中for/l%%iin(1,1,80)do(批处理文件中for/l%%iin(1,1,80)do(%%i的值从1步进1到80跟C语言中的

批处理文件中for /l %%i in (1,1,80) do (
批处理文件中for /l %%i in (1,1,80) do (

批处理文件中for /l %%i in (1,1,80) do (
%%i的值从1步进1到80
跟C语言中的
for(i=1;i