🌈 搜索
📅  最后修改于: 2022-03-11 14:45:38.312000             🧑  作者: Mango
set = {"a", "b", "c"} list = [] for x in set: list.append(x) list[1]