os.getcwd() 獲取當前工作目錄,即當前python指令碼工作的目錄 ... os.utime() 修改時間屬性>>> import os >>> stinfo = os.stat('c.py') >>> print ...
確定! 回上一頁