os簡介os 模組是關於作業系統操作呼叫的相關模組,對檔案進行重新命名、刪除等一系列操作, ... import os path = os.path.join(os.getcwd(),'gl') ...
確定! 回上一頁