看起来是需要先用用字符串的split("\n") 分行, 再用字符串的split(",") 分词
设这个字符串名称为string
string.replace("\n","") string.split(",")