from pathlib import Path # 創建project/test目錄Path('project/test').mkdir(parents=True, exist_ok=True) # 將test.txt 重命名 ...
確定! 回上一頁