admin管理员组

文章数量:1432524

描述:Windows系统bat批处理脚数组的定义for循环遍历
代码:

@echo off 
setlocal enabledelayedexpansion 
set Address[1]=Add1
set Address[2]=Add2
set Address[3]=Add3

:START
for /l %%n in (1,1,3

本文标签: 遍历批处理数组定义系统