pathlib.Path('/tmp/sub1/sub2').mkdir(parents=True, exist_ok=True). From the docs: If parents is true, any missing parents of this path are created as needed ...
確定! 回上一頁