摘要:
import os path = os.getcwd() os.chdir(path) file_name = os.listdir(path) # print file_name for each in file_name: if ('WC' in each) and ('WCT' not in each): name_rew = 'WCT' + each[2:] ... 阅读全文
posted @ 2017-11-28 15:45
“人生苦短”
阅读(203)
评论(0)
推荐(0)

浙公网安备 33010602011771号