0
如何
獲得使這個循環的工作:For循環在Windows命令行
set list=am gp it ol
FOR %%a IN (%list%) DO (
set Indxed= %%a
ECHO %Indxed%
)
回聲總是輸出到:醇醇醇醇。我該如何解決這個問題?