摘要: def show_txt(): file_lst = os.listdir(LOG_DIR) txt_lst = [x for x in file_lst if x.find('.txt') != -1] txt_lst.sort(reverse=True) print(txt_lst) 阅读全文
posted @ 2022-08-25 19:59 小柴i 阅读(386) 评论(0) 推荐(0) 编辑