摘要: 1 #!/usr/bin/python3 2 # 文件名:ProjectTransfer.py 3 4 import os 5 class ProjectTransfer: 6 def __init__(self, txtFilePath='D:/src.txt', srcPath='D:/mhi', srcPathTo='D:/mhi2', contentTypes=('... 阅读全文
posted @ 2018-04-03 17:59 雪漫江南 阅读(366) 评论(0) 推荐(0)