os.chdir(path) 可以修改.py 程式運作的工作資料夾為指定的路徑path,下面的程式會 ... print(os.path.getctime(path)) # 1637052462.0 print(os.path.getsize(path)) ...
確定! 回上一頁