📌  相关文章
📜  批处理循环遍历目录中的文件夹 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:52.143000             🧑  作者: Mango

代码示例1
for /D %%i in (*) do echo %%i