摘要: 1、执行test文件夹下的testA和testB import os path = "/Users/ddc-test/Downloads/pycharm/test" lst = os.listdir(path) for c in lst: if c.endswith('.py') and c.fin 阅读全文
posted @ 2019-12-19 14:53 忆梦,惊梦 阅读(1192) 评论(0) 推荐(0)