🌈 搜索
📅  最后修改于: 2022-03-11 14:45:37.130000             🧑  作者: Mango
str = 'apple,orange,grape' #split string by , chunks = str.split(',') print(chunks)