利用 Path.cwd()函式可取得目前工作目錄的字串值,並可用 os.chdir()來切換變更。請在互動式 Shell 模式中輸入如下的程式碼: >>> from pathlib import Path >>> import ...
確定! 回上一頁