Python經常使用模塊大全(總結)

os模塊: os.remove() 刪除文件 os.unlink() 刪除文件 os.rename() 重命名文件 os.listdir() 列出指定目錄下全部文件 os.chdir() 改變當前工做目錄 os.getcwd() 獲取當前文件路徑 os.mkdir() 新建目錄 os.rmdir() 刪除空目錄(刪除非空目錄, 使用shutil.rmtree()) os.makedirs(
相關文章
相關標籤/搜索