Path() >>> cur_path.cwd() PosixPath('/home/naomi') There's no way for pathlib to change the current directory in the way that os.chdir() does (see the ...
確定! 回上一頁