🌈 搜索
📅  最后修改于: 2022-03-11 14:45:21.381000             🧑  作者: Mango
a_list = ["a", "b", "c"] joined_string = ",".join(a_list)