摘要: import osimport os.pathfor dirpath in os.listdir('D:\\'): os.mkdir('E:\\'+dirpath) 阅读全文
posted @ 2014-12-18 13:44 静园之禅 阅读(113) 评论(0) 推荐(0)