摘要: import osimport globimport shutilitems = os.listdir(os.getcwd())for item in items: if os.path.isdir(item): if item in glob.glob('aaaa*') : print(item) 阅读全文
posted @ 2021-12-30 13:29 yangxl-dev 阅读(235) 评论(0) 推荐(0)