先给个示例
猜猜它的输出是什么?
这个test 1的出现让我又一次见识了()的威力
@echo off
for %%f in (test) do (
echo echo test 2 >test2.bat
test2.bat
echo test 1
del test2.bat
)
echo test 3
猜猜它的输出是什么?
test 2
test 1
这个test 1的出现让我又一次见识了()的威力
本帖最近评分记录
(共 2 条)
点击查看详情
| 评分人 | 分数 | 时间 |
|---|---|---|
| plp626 | +4 | 2008-01-25 10:28 |
| zsldownload | +1 | 2008-01-25 16:54 |


