摘要: import functools def my_sort(): his_file = ['bba1', 'bba1.1', 'bba2', 'bba2.1', 'bba3', 'bba4'] def cmp(file1, file2): if file1[:4] != file2[:4]: # on 阅读全文
posted @ 2020-10-16 22:38 玉北 阅读(829) 评论(0) 推荐(0) 编辑