返回列表 发帖
回复 52# wxlh2002

@echo off
set str=1 2 3
for %%i in (%str%) do echo test>%%i.txt
pause

TOP

返回列表