🌈 搜索
📅  最后修改于: 2022-03-11 14:46:32.455000             🧑  作者: Mango
my_list = ['a', 'b', 'c', 'd'] my_string = ','.join(my_list) 'a,b,c,d'