2014年12月26日

遍历根目录下包含特定字符串的文件

摘要: import osimport rename = raw_input("please input the name: ")for dirpath, dirnames, filenames in os.walk(os.path.join('/home/xiao', name), True, None)... 阅读全文

posted @ 2014-12-26 14:45 颓废的悠然 阅读(528) 评论(0) 推荐(0)

导航