KDLV這個人很懶,什麼都沒有留下~ 1 文章 0 評論 0 粉絲 關注私信 文章 評論 問答 關注 收藏 使用Python遞歸創建多層目錄 一、遞歸函數的基本實現方式 import os def mkdirs(path): if not os.path.exists(path): mkdirs(os.path.spli… KDLV 編程 2024-10-08 點擊查看更多