它不僅可以建立子目錄,而且可以處理路徑中所有丟失的目錄。 # 使用pathlib from pathlib import Path Path("test_folder").mkdir(parents=True, exist_ok ...
確定! 回上一頁