os.getcwd() 可以取得.py 程式運作的工作資料夾路徑,下面的程式是Colab 預設的工作資料夾。 import os print(os.getcwd()) # /content ...
確定! 回上一頁