python文件操做

# -*- coding: utf-8 -*- import os import shutil # 一. 路徑操做:判斷、獲取和刪除 #1. 獲得當前工做目錄,即當前Python腳本工做的目錄路徑: os.getcwd() #print: currentpath: f:\LearnPython currentpath = os.getcwd() print "currentpath: ",
相關文章
相關標籤/搜索