python路径相关操作时间:2022-03-30 06:45:56 #获取当前文件所在目录filedir = __file__ print os.path.dirname(filedir) #获取文件名print os.path.basename(filedir)