Path.rmdir(),删除该目录,目录文件夹必须为空。 应用示例:. from pathlib import Path currentPath = Path.cwd() makePath = currentPath / 'python- ...
確定! 回上一頁