常用python模塊總結(一)

一、處理路徑的os模塊 常用方法 1、os.getcwd():得到當前工作目錄,即當前python腳本工作的目錄路徑。 2、os.path.abspath():獲得絕對路徑 3、os.path.join(path,name):連接目錄與文件名或目錄 4、os.listdir():返回指定目錄下的所有文件和目錄名 5、os.remove(file):刪除一個文件 6、os.path.existe()
相關文章
相關標籤/搜索