🌈 搜索
📅  最后修改于: 2022-03-11 14:47:06.991000             🧑  作者: Mango
a_list = ["a", "b", "c"] order = [1, 0, 2] a_list = [a_list[i] for i in order]