批處理for的嵌套循環先來看小弟的一段“呆馬”: @if not defined dbug echo off set v=a;b;c;d;e echo %v%>v.txt for /l %%a in (1,1,5) do ( for /f tokens=%%a delims=; %%i in (v.txt) do echo %%i )運行結果:%a delims=; was unexpected at this time.%a delims=; was unexpected at this time.%a delims=; was unexpected at this time.%a delims=; was unexpected at this time.%a delims=; was unexpected at this time.看來tokens=%%a是不支持for中嵌套的變量的,于是乎,我改為:@if not defined dbug echo offsetlocal EnableDelayedExpansionset i=0set v=a;b;c;d;eecho %v%>v.txtfor /l %%a in (1,1,5) do (set i=%%aecho !i!for /f tokens=%i% delims=; %%i in (v.txt) do echo %%i)運行結果:1 delims=; was unexpected at this time.2 delims=; was unexpected at this time.3 delims=; was unexpected at this time.4 delims=; was unexpected at this time.5 delims=; was unexpected at this time.還是不行啊,快來幫幫我吧,高手們!批處理for的嵌套循環
發布:未知 文本批量工具
批處理for的嵌套循環先來看小弟的一段“呆馬”: @if not defined dbug echo off set v=a;b;c;d;e echo %v%>v.txt for /l %%a in (1,1,5) do ( for /f tokens=%%a delims=; %%i in (v.txt) do echo %%i )運行結果:%a delims=; was unexpected at this time.%a delims=; was unexpected at this time.%a delims=; was unexpected at this time.%a delims=; was unexpected at this time.%a delims=; was unexpected at this time.看來tokens=%%a是不支持for中嵌套的變量的,于是乎,我改為:@if not defined dbug echo offsetlocal EnableDelayedExpansionset i=0set v=a;b;c;d;eecho %v%>v.txtfor /l %%a in (1,1,5) do (set i=%%aecho !i!for /f tokens=%i% delims=; %%i in (v.txt) do echo %%i)運行結果:1 delims=; was unexpected at this time.2 delims=; was unexpected at this time.3 delims=; was unexpected at this time.4 delims=; was unexpected at this time.5 delims=; was unexpected at this time.還是不行啊,快來幫幫我吧,高手們!
文本數據大小
新源控股 信陽師范 notepad去重復 沌口開發區 伽師 錦程快遞 晶體手術 合和實業 積分型執行器 不銹鋼管管件銅管件 中渝置地 策勒資訊
Excel中2010版進行文件關聯修復的操作方法
2026-01-22
WPS畫報怎么關閉WPS畫報關閉方法
2026-01-22
officeanywhere網絡智能辦公系統的優勢是什么
2026-01-22
騰訊文檔如何添加超鏈接騰訊文檔超鏈接插入教程
2026-01-22
如何把多張PPT如何打印在一張紙
2026-01-22
怎么找回誤刪除的文件
2026-01-22
如何實現間歇性地更換IP地址
2026-01-22
如何在指定時間內替換用戶輸入的文字
2026-01-22
Word怎么轉成Markdown批量DOCX轉MD文件工具推薦
2026-01-22
excel中filter函數怎么使用filter函數動態篩選數據使用方法
2026-01-22
如何刪除插入PDF文檔中的圖片
2026-01-22
PPT幻燈片制作倒計時動畫的步驟PPT倒計時動畫制作與時間控制方法
2026-01-22
如何根據Excel中的值更改文本框顏色
2026-01-22
Excel中函數查找與引用的操作方法
2026-01-22
如何在Excel數據透視表中按會計年度分組
2026-01-22