import os >>> import pathlib >>> os.chdir('/broken/home/user') >>> pathlib.Path('package/thing') PosixPath('package/thing') >>> pathlib.
確定! 回上一頁